Skip to content

Commit

Permalink
Integrate npm-github-release
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymholt committed Aug 1, 2016
1 parent 7e28f59 commit 596d5a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"chai": "^3.5.0",
"expose-loader": "^0.7.1",
"mocha": "^2.5.3",
"npm-github-release": "^0.1.0",
"octonode": "^0.7.6",
"typescript": "^1.8.10",
"webpack": "^1.13.1"
Expand All @@ -47,6 +48,7 @@
"build": "tsc",
"pretest": "npm run build",
"test": "./node_modules/.bin/mocha --reporter spec",
"build_dist": "rm -rf ./dist && webpack && mv ./dist/src/* ./dist/ && rm -rf ./dist/src"
"build_dist": "rm -rf ./dist && webpack && mv ./dist/src/* ./dist/ && rm -rf ./dist/src",
"prepublish": "npm-github-release"
}
}

0 comments on commit 596d5a7

Please sign in to comment.