Skip to content

Commit

Permalink
docs: add repository
Browse files Browse the repository at this point in the history
  • Loading branch information
imddc committed May 7, 2024
1 parent 07133f0 commit 0ae674f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/waterfall-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"name": "waterfall-vue",
"private": false,
"version": "0.0.4",
"version": "0.0.5",
"type": "module",
"main": "./dist/bundle.js",
"module": "./dist/bundle.js",
"typings": "./dist/index.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/imddc/vue-waterfall"
},
"files": [
"dist"
],
Expand Down

0 comments on commit 0ae674f

Please sign in to comment.