mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 14:39:28 -07:00
Remove dependencies
This commit is contained in:
parent
8bcf779d33
commit
67775b0371
2 changed files with 163 additions and 456 deletions
615
package-lock.json
generated
615
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue