Skip to content

Commit

Permalink
Explicitly call out the current Node.js >= 4.0.0 dependency
Browse files Browse the repository at this point in the history
This is solely - and accidentally - due to the hapijs/qs package. We're
just making it explicit with this commit.

If it's a problem for you, create an issue.

Closes #19
  • Loading branch information
insin committed Dec 10, 2015
1 parent fd2049e commit bdd3658
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Expand Up @@ -4,6 +4,7 @@

**Added:**

- Added `"engines": {"node": ">=4.0.0"}` to `package.json` - nwb accidentally depends on this because it uses [qs](https://github.com/hapijs/qs) v6 - if it's a problem for you, please create an issue [[#19](https://github.com/insin/nwb/issues/19)]
- Added `files` config to React component/web module `package.json` templates.
- The `files` config for the React component template assumes that components published to npm with `require()` calls for CSS which ships with it will use a `css/` dir.
- Added an ES6 build with untranspiled ES6 module usage [[#15](https://github.com/insin/nwb/issues/15)]
Expand Down
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -19,6 +19,9 @@
"lib",
"templates"
],
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"argv-set-env": "1.0.0",
"copy-template-dir": "1.0.5",
Expand Down

0 comments on commit bdd3658

Please sign in to comment.