1
0
mirror of https://github.com/kettek/png-js synced 2025-03-14 06:24:30 -07:00
This commit is contained in:
Ketchetwahmeegwun T. Southall 2020-05-12 21:25:24 -07:00
parent 85d8675a0e
commit 750eddb0fd
2 changed files with 4 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{ {
"name": "@kettek/png-js", "name": "@kettek/png-js-palettized",
"version": "1.2.0", "version": "1.2.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,

View File

@ -1,9 +1,10 @@
{ {
"name": "@kettek/png-js", "name": "@kettek/png-js-palettized",
"description": "A PNG decoder in ES6 JavaScript.", "description": "A PNG decoder that supports palette manipulation.",
"version": "1.2.0", "version": "1.2.0",
"main": "dist/png-js.cjs.js", "main": "dist/png-js.cjs.js",
"module": "dist/png-js.es.js", "module": "dist/png-js.es.js",
"repository": "github:kettek/png-js",
"browser": { "browser": {
"./dist/png-js.es.js": "./dist/png-js.browser.es.js", "./dist/png-js.es.js": "./dist/png-js.browser.es.js",
"./dist/png-js.cjs.js": "./dist/png-js.browser.cjs.js" "./dist/png-js.cjs.js": "./dist/png-js.browser.cjs.js"