mirror of
https://github.com/developit/microbundle.git
synced 2026-01-18 13:56:35 +00:00
add repo to package.json
This commit is contained in:
parent
e38c7463d0
commit
e10b65ba3f
@ -16,12 +16,14 @@
|
||||
"test": "npm run -s lint && npm run -s build && npm run -s test:build",
|
||||
"release": "npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
|
||||
},
|
||||
"repo": "developit/microbundle",
|
||||
"eslintConfig": {
|
||||
"extends": "eslint-config-developit"
|
||||
},
|
||||
"keywords": [
|
||||
"bundle",
|
||||
"rollup"
|
||||
"rollup",
|
||||
"micro library"
|
||||
],
|
||||
"files": [
|
||||
"src",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user