Skip to content

Commit

Permalink
node 9 build support
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Nov 6, 2017
1 parent cc9cacc commit 8d9323c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ node_js:
- "8"
- "6"
- "4"
matrix:
allow_failures:
- node_js: node
before_install:
- npm install -g npm@latest
before_script:
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,9 @@ See [contributing guide](.github/CONTRIBUTING.md)

| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2017-06-26 | v1.0.44 | Maintenance |
| 2017-11-06 | v1.0.45 | Maintenance |
| 2017-02-07 | v1.0.25 | Ability to generate minified js code |
| 2017-01-13 | v1.0.24 | 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 |
| 2015-02-09 | v0.0.15 | Grunt cleanups. |
| 2015-02-06 | v0.0.14 | Doc changes |
Expand Down
4 changes: 1 addition & 3 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2017-06-26 | v1.0.44 | Maintenance |
| 2017-11-06 | v1.0.45 | Maintenance |
| 2017-02-07 | v1.0.25 | Ability to generate minified js code |
| 2017-01-13 | v1.0.24 | 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 |
| 2015-02-09 | v0.0.15 | Grunt cleanups. |
| 2015-02-06 | v0.0.14 | Doc changes |
Expand Down
2 changes: 1 addition & 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.44",
"version": "1.0.45",
"description": "Load Google GO files as any javascript modules under nodeJS runtime.",
"author": {
"name": "Sagie Gur-Ari",
Expand Down

0 comments on commit 8d9323c

Please sign in to comment.