mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-04-04 10:50:59 +01:00
istanbul => nyc
This commit is contained in:
parent
97a1085729
commit
a547a41e92
2 changed files with 6 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
.nyc_output
|
||||
doc/
|
||||
node_modules/
|
||||
coverage/
|
||||
test/browser/pako.js
|
||||
v8.log
|
||||
*.log
|
||||
|
|
|
@ -25,16 +25,18 @@
|
|||
"license": "(MIT AND Zlib)",
|
||||
"repository": "nodeca/pako",
|
||||
"scripts": {
|
||||
"test": "make test"
|
||||
"lint": "eslint .",
|
||||
"test": "npm run lint && mocha",
|
||||
"coverage": "npm run lint && nyc mocha && nyc report --reporter html"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browserify": "^16.2.3",
|
||||
"buffer-from": "^1.1.1",
|
||||
"eslint": "^7.13.0",
|
||||
"istanbul": "^0.4.5",
|
||||
"mocha": "^8.2.1",
|
||||
"multiparty": "^4.1.3",
|
||||
"ndoc": "^5.0.1",
|
||||
"nyc": "^15.1.0",
|
||||
"uglify-js": "=3.4.8"
|
||||
},
|
||||
"dependencies": {}
|
||||
|
|
Loading…
Add table
Reference in a new issue