mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Remove enginesStrict
no issue - engines strict is being deprecated: https://docs.npmjs.com/files/package.json#enginestrict - remove it as it currently causes problems
This commit is contained in:
parent
2165153d97
commit
afbe1ce5bc
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@
|
|||
"node": "~0.10.0 || ~0.12.0",
|
||||
"iojs": "~1.2.0"
|
||||
},
|
||||
"engineStrict": true,
|
||||
"dependencies": {
|
||||
"bcryptjs": "2.0.2",
|
||||
"bluebird": "2.4.2",
|
||||
|
|
Loading…
Add table
Reference in a new issue