Skip to content

Commit

Permalink
npm package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jamieowen committed Apr 11, 2015
1 parent 1521879 commit d036e6f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 27 deletions.
13 changes: 13 additions & 0 deletions .npmignore
@@ -0,0 +1,13 @@
.npmignore
node_modules
*.log
.DS_Store
.gitignore
bundle.js
demo
source
_temp
index.html
allCompiled.glsl
allError.glsl
allErrorCompiled.glsl
25 changes: 0 additions & 25 deletions deptest.js

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
@@ -1,11 +1,10 @@
{
"name": "glsl-blend",
"version": "1.0.0",
"description": "Photoshop blend modes for glslify",
"description": "glsl photoshop blend modes. glslify formatted.",
"main": "index.js",
"scripts": {
"start": "wzrd demo/demo.js:demo/demo.min.js -- -t glslify",
"test": "browserify test.js -t glslify | tap-closer | smokestack | tap-spec",
"bundle": "browserify demo/demo.js -t glslify | uglifyjs -cm > demo/demo.min.js"
},
"repository": {
Expand Down

0 comments on commit d036e6f

Please sign in to comment.