Remove pegjs from list of dependencies in package.json

This commit is contained in:
Sam Vervaeck 2020-06-13 19:26:23 +02:00
parent 8c92f689cd
commit 28db241ac7
2 changed files with 0 additions and 6 deletions

5
package-lock.json generated
View file

@ -3776,11 +3776,6 @@
"sha.js": "^2.4.8"
}
},
"pegjs": {
"version": "0.11.0-master.f69239d",
"resolved": "https://registry.npmjs.org/pegjs/-/pegjs-0.11.0-master.f69239d.tgz",
"integrity": "sha512-8PXSaXnLh9hw0R/SfOL1b8JSgiPv1KSl8B1h+sP0uwngmx3Vk+QdB2cuBAT1lXPbP5necVZ2Dl2t4DfR3KKbZg=="
},
"picomatch": {
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz",

View file

@ -40,7 +40,6 @@
"minimist": "^1.2.5",
"moment": "^2.26.0",
"ora": "^4.0.4",
"pegjs": "^0.11.0-master.b7b87ea",
"reflect-metadata": "^0.1.13",
"semver": "^7.3.2",
"source-map-support": "^0.5.19",