Compare commits

...

3 Commits

Author SHA1 Message Date
Acid Chicken (硫酸鶏) 5228b9835b
Use package-lock.json in local 2019-06-04 22:55:35 +09:00
Acid Chicken (硫酸鶏) 569588c463
Add resolutions for fixing polluted packages 2019-06-04 22:50:47 +09:00
Acid Chicken (硫酸鶏) e4b5989b1b
Use 'npm-force-resolutions' for NPM users 2019-06-04 22:50:01 +09:00
3 changed files with 8 additions and 1 deletions

3
.gitignore vendored
View File

@ -7,6 +7,9 @@
# Node.js
/node_modules
# NPM
package-lock.json
# yarn
yarn.lock

1
.npmrc
View File

@ -1,2 +1 @@
save-exact = true
package-lock = false

View File

@ -25,6 +25,10 @@
"test": "gulp test",
"format": "gulp format"
},
"resolutions": {
"gulp-cssnano/cssnano/postcss-svgo/svgo/js-yaml": "^3.13.1",
"video-thumbnail-generator/lodash": "^4.17.11"
},
"dependencies": {
"@elastic/elasticsearch": "7.0.0-rc.2",
"@fortawesome/fontawesome-svg-core": "1.2.15",
@ -169,6 +173,7 @@
"nested-property": "0.0.7",
"node-fetch": "2.5.0",
"nodemailer": "6.1.1",
"npm-force-resolutions": "0.0.2",
"nprogress": "0.2.0",
"object-assign-deep": "0.4.0",
"os-utils": "0.0.14",