nan is a devDependency

Change-type: patch
This commit is contained in:
Alexis Svinartchouk 2019-10-11 01:31:30 +02:00
parent 19bd8a7968
commit dea11bedf2
2 changed files with 3 additions and 2 deletions

3
npm-shrinkwrap.json generated
View File

@ -9221,7 +9221,8 @@
"nan": { "nan": {
"version": "2.12.1", "version": "2.12.1",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.12.1.tgz", "resolved": "https://registry.npmjs.org/nan/-/nan-2.12.1.tgz",
"integrity": "sha512-JY7V6lRkStKcKTvHO5NVSQRv+RV+FIL5pvDoLiAtSL9pKlC5x9PKQcZDsq7m4FO4d57mkhC6Z+QhAh3Jdk5JFw==" "integrity": "sha512-JY7V6lRkStKcKTvHO5NVSQRv+RV+FIL5pvDoLiAtSL9pKlC5x9PKQcZDsq7m4FO4d57mkhC6Z+QhAh3Jdk5JFw==",
"dev": true
}, },
"nanomatch": { "nanomatch": {
"version": "1.2.13", "version": "1.2.13",

View File

@ -60,7 +60,6 @@
"inactivity-timer": "^1.0.0", "inactivity-timer": "^1.0.0",
"lodash": "^4.17.10", "lodash": "^4.17.10",
"mime-types": "^2.1.18", "mime-types": "^2.1.18",
"nan": "^2.9.2",
"node-ipc": "^9.1.1", "node-ipc": "^9.1.1",
"path-is-inside": "^1.0.2", "path-is-inside": "^1.0.2",
"pretty-bytes": "^1.0.4", "pretty-bytes": "^1.0.4",
@ -105,6 +104,7 @@
"html-loader": "^0.5.1", "html-loader": "^0.5.1",
"mocha": "^6.2.1", "mocha": "^6.2.1",
"mochainon": "^2.0.0", "mochainon": "^2.0.0",
"nan": "^2.9.2",
"node-gyp": "^3.8.0", "node-gyp": "^3.8.0",
"node-sass": "^4.12.0", "node-sass": "^4.12.0",
"omit-deep-lodash": "1.1.4", "omit-deep-lodash": "1.1.4",