Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Jan 4, 2019
1 parent c60d9c0 commit 3cb37a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -134,7 +134,7 @@ See [contributing guide](.github/CONTRIBUTING.md)

| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2018-10-31 | v1.1.3 | Maintenance |
| 2019-01-04 | v1.1.4 | Maintenance |
| 2018-01-22 | v1.1.0 | Removed shelljs dependency and raised minimum node.js version to 0.12 |
| 2017-02-07 | v1.0.25 | Ability to generate minified js code |
| 2016-07-26 | v0.1.2 | Add integration test via docker |
Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
@@ -1,6 +1,6 @@
| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2018-10-31 | v1.1.3 | Maintenance |
| 2019-01-04 | v1.1.4 | Maintenance |
| 2018-01-22 | v1.1.0 | Removed shelljs dependency and raised minimum node.js version to 0.12 |
| 2017-02-07 | v1.0.25 | Ability to generate minified js code |
| 2016-07-26 | v0.1.2 | Add integration test via docker |
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "node-go-require",
"version": "1.1.3",
"version": "1.1.4",
"description": "Load Google GO files as any javascript modules under nodeJS runtime.",
"author": {
"name": "Sagie Gur-Ari",
Expand Down Expand Up @@ -38,7 +38,7 @@
"grunt": "grunt"
},
"dependencies": {
"node.extend": "^2.0.1"
"node.extend": "^2.0.2"
},
"devDependencies": {
"chai": "latest",
Expand Down

0 comments on commit 3cb37a4

Please sign in to comment.