We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2b9b9c commit 5535dc2Copy full SHA for 5535dc2
package.json
@@ -16,7 +16,7 @@
16
"test": "npm run -s lint && npm run -s build && npm run -s test:build",
17
"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"
18
},
19
- "repo": "developit/microbundle",
+ "repository": "developit/microbundle",
20
"eslintConfig": {
21
"extends": "eslint-config-developit"
22
0 commit comments