updated package.json
This commit is contained in:
parent
a24a923dd4
commit
3a194a5c33
20
package.json
20
package.json
@ -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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user