mirror of
https://github.com/danbulant/pngjs
synced 2026-07-07 12:10:59 +00:00
upgrade futher
This commit is contained in:
parent
5e92cc3722
commit
6b93d6f9cc
3 changed files with 316 additions and 406 deletions
|
|
@ -1,2 +1,3 @@
|
||||||
/browser.js
|
/browser.js
|
||||||
/test/imagediff.js
|
/test/imagediff.js
|
||||||
|
.nyc_output
|
||||||
|
|
|
||||||
11
package.json
11
package.json
|
|
@ -51,25 +51,24 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/lukeapage/pngjs2.git"
|
"url": "git://github.com/lukeapage/pngjs.git"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/lukeapage/pngjs2/issues"
|
"url": "https://github.com/lukeapage/pngjs/issues"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"browserify": "16.5.1",
|
"browserify": "16.5.1",
|
||||||
"buffer-equal": "1.0.0",
|
"buffer-equal": "1.0.0",
|
||||||
"connect": "3.4.0",
|
"connect": "3.7.0",
|
||||||
"coveralls": "3.0.11",
|
"coveralls": "3.0.11",
|
||||||
"eslint": "6.8.0",
|
"eslint": "6.8.0",
|
||||||
"eslint-config-prettier": "6.10.1",
|
"eslint-config-prettier": "6.10.1",
|
||||||
"istanbul": "0.4.4",
|
|
||||||
"nyc": "15.0.1",
|
"nyc": "15.0.1",
|
||||||
"prettier": "2.0.4",
|
"prettier": "2.0.4",
|
||||||
"puppeteer": "1.20.0",
|
"puppeteer": "1.20.0",
|
||||||
"serve-static": "1.10.0",
|
"serve-static": "1.14.1",
|
||||||
"tap-dot": "2.0.0",
|
"tap-dot": "2.0.0",
|
||||||
"tape": "4.0.2"
|
"tape": "4.13.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue