update package.json

This commit is contained in:
ykob 2022-04-20 20:22:08 +09:00
parent 0bfe14fcaf
commit 1d679d40c2

View File

@ -7,17 +7,17 @@
"email": "info@tplh.net", "email": "info@tplh.net",
"url": "https://www.tplh.net/" "url": "https://www.tplh.net/"
}, },
"browserify": {
"transform": "glslify"
},
"license": "MIT", "license": "MIT",
"main": "index.js",
"private": false,
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/ykob/glsl-util.git" "url": "https://github.com/ykob/glsl-util.git"
}, }
"private": false,
"files": [
"src/",
"LICENSE"
]
} }