Merge branch 'master' into electron-ci-builds
Showing
cloudformation/ci.template.js
0 → 100644
| ... | ... | @@ -37,16 +37,17 @@ |
| "url": "git://github.com/mapbox/node-sqlite3.git" | ||
| }, | ||
| "dependencies": { | ||
| "nan": "~2.9.2", | ||
| "node-pre-gyp": "~0.9.0" | ||
| "nan": "~2.10.0", | ||
| "node-pre-gyp": "~0.10.0" | ||
| }, | ||
| "bundledDependencies": [ | ||
| "node-pre-gyp" | ||
| ], | ||
| "devDependencies": { | ||
| "@mapbox/cloudfriend": "^1.9.0", | ||
| "aws-sdk": "2.x", | ||
| "eslint": "3.5.0", | ||
| "mocha": "3.x" | ||
| "mocha": "^5.2.0" | ||
| }, | ||
| "scripts": { | ||
| "prepublishOnly": "npm ls", | ||
| ... | ... |
Please
register
or
sign in
to comment