Skip to content

Commit

Permalink
Update commonjs everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
jnordberg committed Nov 12, 2013
1 parent faee238 commit 126d2be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [ -f ./node_modules/.bin/cjsify ]; then
--output ./dist/gif.js \
--inline-sources \
--minify \
./src/gif.coffee
gif.coffee
echo -e "\n// gif.js $VERSION - $URL" >> ./dist/gif.js
./node_modules/.bin/cjsify \
--root ./src/ \
Expand All @@ -22,7 +22,7 @@ if [ -f ./node_modules/.bin/cjsify ]; then
--output ./dist/gif.worker.js \
--inline-sources \
--minify \
./src/gif.worker.coffee
gif.worker.coffee
echo -e "\n// gif.worker.js $VERSION - $URL" >> ./dist/gif.worker.js
exit $?
else
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "index.js",
"repository": "",
"devDependencies": {
"commonjs-everywhere": ">=0.7.2"
"commonjs-everywhere": "~0.9.4"
},
"scripts": {
"prepublish": "./bin/build"
Expand Down

0 comments on commit 126d2be

Please sign in to comment.