Skip to content

Commit

Permalink
changed repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
rjchow committed Jun 6, 2019
1 parent 0f3fafd commit 0a088a9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0-development",
"description": "My node module",
"license": "MIT",
"repository": "diegohaz/nod",
"repository": "rjchow/nod",
"main": "dist/index.js",
"author": {
"name": "Diego Haz",
Expand All @@ -27,8 +27,6 @@
"prebuild": "npm run docs && npm run clean && npm run flowbuild",
"build": "babel src -d dist",
"preversion": "npm run lint && npm test && npm run build",
"version": "standard-changelog && git add CHANGELOG.md",
"postpublish": "git push origin master --follow-tags",
"semantic-release": "semantic-release"
},
"husky": {
Expand All @@ -46,7 +44,6 @@
"generator-nod"
],
"dependencies": {
"semantic-release-cli": "5.1.1"
},
"devDependencies": {
"@babel/cli": "7.2.3",
Expand Down

0 comments on commit 0a088a9

Please sign in to comment.