updated package.json

This commit is contained in:
ykob 2022-04-20 19:40:42 +09:00
parent a24a923dd4
commit 3a194a5c33

View File

@ -1,15 +1,23 @@
{ {
"name": "glsl-util", "name": "@ykob/glsl-util",
"version": "1.0.2", "version": "1.0.3",
"description": "utility functions for glsl.", "description": "Private GLSL utility functions created by @ykob",
"author": { "author": {
"name": "yoichi kobayashi", "name": "Yoichi Kobayashi",
"url": "http://www.tplh.net/" "email": "info@tplh.net",
"url": "https://www.tplh.net/"
}, },
"license": "MIT", "license": "MIT",
"publishConfig": {
"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": "true" "private": false,
"files": [
"src/",
"LICENSE"
]
} }