Skip to content

Commit 5535dc2

Browse files
committed
add repo to package.json
1 parent e2b9b9c commit 5535dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"test": "npm run -s lint && npm run -s build && npm run -s test:build",
1717
"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"
1818
},
19-
"repo": "developit/microbundle",
19+
"repository": "developit/microbundle",
2020
"eslintConfig": {
2121
"extends": "eslint-config-developit"
2222
},

0 commit comments

Comments
 (0)