Remove dependencies

This commit is contained in:
Yarmo Mackenbach 2020-10-25 00:40:56 +02:00
parent 8bcf779d33
commit 67775b0371
2 changed files with 163 additions and 456 deletions

615
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -13,9 +13,7 @@
"chai-as-promised": "^7.1.1", "chai-as-promised": "^7.1.1",
"chai-match-pattern": "^1.2.0", "chai-match-pattern": "^1.2.0",
"license-check-and-add": "^3.0.4", "license-check-and-add": "^3.0.4",
"mocha": "^8.2.0", "mocha": "^8.2.0"
"sinon": "^9.2.0",
"supertest": "^5.0.0"
}, },
"scripts": { "scripts": {
"bundle": "./node_modules/browserify/bin/cmd.js ./src/index.js --standalone doip -o ./bundle/doip.js", "bundle": "./node_modules/browserify/bin/cmd.js ./src/index.js --standalone doip -o ./bundle/doip.js",