Skip to content

Commit aee1ba0

Browse files
authored
Merge pull request #344 from paparomeo/npm-engine-strict
npm-engine-strict
2 parents dfde696 + de531bb commit aee1ba0

File tree

4 files changed

+37
-55
lines changed

4 files changed

+37
-55
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
engine-strict=true

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
- 2017-11-15 - v4.1.1
2+
- 2017-11-15 - Downgrade Joi to a version supported by Node.js v6.
3+
- 2017-11-15 - Force `engine-strict=true` when running npm.
14
- 2017-11-14 - v4.1.0
25
- 2017-11-14 - New configuration option to disable automatic id generation.
36
- 2017-11-14 - Update GraphQL dependencies to latest versions.

package-lock.json

Lines changed: 31 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonapi-server",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "A config driven NodeJS framework implementing json:api",
55
"keywords": [
66
"jsonapi",
@@ -34,7 +34,7 @@
3434
"express": "4.16.2",
3535
"express-graphql": "0.6.11",
3636
"graphql": "0.11.7",
37-
"joi": "13.0.2",
37+
"joi": "12.0.0",
3838
"lodash.assign": "4.2.0",
3939
"lodash.isequal": "4.5.0",
4040
"lodash.omit": "4.5.0",

0 commit comments

Comments
 (0)