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

Adjust package.json

This commit is contained in:
kts of kettek (Gliese) 2019-01-23 18:19:17 -08:00
parent 8654790641
commit f2dc21a3e1

View File

@ -1,5 +1,5 @@
{
"name": "@mindfire/png-js",
"name": "@kettek/png-js",
"description": "A PNG decoder in ES6 JavaScript.",
"version": "1.2.0",
"main": "dist/png-js.cjs.js",
@ -9,9 +9,9 @@
"./dist/png-js.cjs.js": "./dist/png-js.browser.cjs.js"
},
"author": {
"name": "Mindfire Games, LLC",
"email": "founders@mindfire.games",
"url": "https://mindfire.games/"
"name": "Ketchetwahmeegwun T. Southall",
"email": "kts@kettek.net",
"url": "https://kettek.net/"
},
"scripts": {
"build": "rollup -c",