Skip to content

Commit

Permalink
add repo to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed Dec 12, 2017
1 parent e2b9b9c commit 5535dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"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",
"repository": "developit/microbundle",
"eslintConfig": {
"extends": "eslint-config-developit"
},
Expand Down

0 comments on commit 5535dc2

Please sign in to comment.