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