0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-25 05:02:57 +01:00

Remove unused devDependency

This commit is contained in:
Thibaud Colas 2018-08-08 01:55:53 +03:00 committed by Matt Westcott
parent ad5a3bbdc2
commit 6301eb4b75
2 changed files with 0 additions and 7 deletions

6
package-lock.json generated
View File

@ -8115,12 +8115,6 @@
"duplexer2": "0.0.2"
}
},
"mustache": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/mustache/-/mustache-2.3.0.tgz",
"integrity": "sha1-QCj3d4sXcIpImTCm5SrDvKDaQdA=",
"dev": true
},
"mute-stream": {
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.5.tgz",

View File

@ -76,7 +76,6 @@
"gulp-sourcemaps": "~2.6.1",
"gulp-util": "~3.0.8",
"jest": "^22.0.3",
"mustache": "^2.2.1",
"npm-run-all": "^4.1.2",
"react-test-renderer": "^16.2.0",
"redux-mock-store": "^1.3.0",