Skip to content

Commit

Permalink
adding post publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Nov 26, 2016
1 parent 4e6952a commit f9e169f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .bithoundrc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"grunt-eslint",
"grunt-force-task",
"grunt-gitdown",
"grunt-github-releaser",
"grunt-htmllint",
"grunt-jsbeautifier",
"grunt-jscs",
Expand All @@ -39,6 +40,7 @@
"grunt-jsonlint",
"grunt-karma",
"grunt-mocha-istanbul",
"grunt-release",
"grunt-shell",
"grunt-version-check",
"husky",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ See [contributing guide](.github/CONTRIBUTING.md)

| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2016-11-19 | v1.0.17 | Maintenance |
| 2016-11-26 | v1.0.18 | Maintenance |
| 2016-07-26 | v0.1.2 | Add integration test via docker |
| 2016-07-25 | v0.1.1 | Maintenance |
| 2015-02-14 | v0.0.16 | Modified tests and examples due to changes in gopherjs API |
Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2016-11-19 | v1.0.17 | Maintenance |
| 2016-11-26 | v1.0.18 | Maintenance |
| 2016-07-26 | v0.1.2 | Add integration test via docker |
| 2016-07-25 | v0.1.1 | Maintenance |
| 2015-02-14 | v0.0.16 | Modified tests and examples due to changes in gopherjs API |
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-go-require",
"version": "1.0.17",
"version": "1.0.18",
"description": "Load Google GO files as any javascript modules under nodeJS runtime.",
"author": {
"name": "Sagie Gur-Ari",
Expand Down Expand Up @@ -32,7 +32,9 @@
"format": "grunt format",
"build": "grunt build",
"jstest": "grunt jstest",
"debug": "mocha --debug-brk=5858 --no-timeouts --ui bdd --reporter spec --recursive ./test/spec",
"prepush": "npm run build",
"postpublish": "grunt post-publish",
"grunt": "grunt"
},
"dependencies": {
Expand Down

0 comments on commit f9e169f

Please sign in to comment.