Skip to content

Commit

Permalink
Merge pull request #344 from paparomeo/npm-engine-strict
Browse files Browse the repository at this point in the history
npm-engine-strict
  • Loading branch information
pmcnr-hx committed Nov 15, 2017
2 parents dfde696 + de531bb commit aee1ba0
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 55 deletions.
1 change: 1 addition & 0 deletions .npmrc
@@ -0,0 +1 @@
engine-strict=true
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
- 2017-11-15 - v4.1.1
- 2017-11-15 - Downgrade Joi to a version supported by Node.js v6.
- 2017-11-15 - Force `engine-strict=true` when running npm.
- 2017-11-14 - v4.1.0
- 2017-11-14 - New configuration option to disable automatic id generation.
- 2017-11-14 - Update GraphQL dependencies to latest versions.
Expand Down
84 changes: 31 additions & 53 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "jsonapi-server",
"version": "4.1.0",
"version": "4.1.1",
"description": "A config driven NodeJS framework implementing json:api",
"keywords": [
"jsonapi",
Expand Down Expand Up @@ -34,7 +34,7 @@
"express": "4.16.2",
"express-graphql": "0.6.11",
"graphql": "0.11.7",
"joi": "13.0.2",
"joi": "12.0.0",
"lodash.assign": "4.2.0",
"lodash.isequal": "4.5.0",
"lodash.omit": "4.5.0",
Expand Down

0 comments on commit aee1ba0

Please sign in to comment.