CB-12617 : removed node0.x support for platforms and added engineStrict

This closes #372
This commit is contained in:
Audrey So
2017-04-05 13:59:27 -07:00
committed by Joe Bowser
parent f396712f59
commit d4dcbb13fc
2 changed files with 6 additions and 4 deletions
+6 -2
View File
@@ -48,5 +48,9 @@
"jshint": "^2.6.0",
"promise-matchers": "~0",
"rewire": "^2.1.3"
}
}
},
"engines": {
"node": ">=4.0.0"
},
"engineStrict": true
}