Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
linkgod committed Jul 3, 2020
1 parent 0732ed0 commit 7e18c91
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions package.json
Expand Up @@ -10,6 +10,19 @@
"start": "parcel ./demo/index.html --open -d build",
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/linkgod/vanilla.git"
},
"keywords": [
"javascript",
"starter"
],
"author": "Hsun",
"license": "MIT",
"bugs": {
"url": "https://github.com/linkgod/vanilla/issues"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.2.0",
Expand All @@ -19,9 +32,5 @@
"@rollup/plugin-node-resolve": "^8.1.0",
"parcel-bundler": "^1.6.1",
"rollup": "^2.18.2"
},
"keywords": [
"javascript",
"starter"
]
}
}

0 comments on commit 7e18c91

Please sign in to comment.