Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwtyro committed Jan 11, 2016
1 parent e0e900c commit de12915
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "budo --live example/index.js -- -t glslify"
"start": "budo --live example/index.js -- -t glslify",
"build": "browserify -t glslify example/index.js > example/bundle.js"
},
"keywords": [
"stackgl",
Expand All @@ -18,6 +19,7 @@
"author": "Rye Terrell <[email protected]> (http://wwwtyro.github.io)",
"license": "Unlicense",
"devDependencies": {
"browserify": "^13.0.0",
"budo": "^7.1.0",
"gl-geometry": "^2.0.0",
"gl-shader": "^4.1.1",
Expand Down

0 comments on commit de12915

Please sign in to comment.