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