1
0
mirror of https://github.com/kettek/png-js synced 2025-03-14 06:24:30 -07:00

Version bump

This commit is contained in:
Ketchetwahmeegwun T. Southall 2020-05-12 21:26:45 -07:00
parent 750eddb0fd
commit 05b95990f8
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

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

View File

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