Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondavies committed Feb 28, 2013
1 parent 7ba48ba commit 2dea05a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Makefile
@@ -1,5 +1,5 @@
JS_TESTER = ./node_modules/vows/bin/vows JS_TESTER = ./node_modules/vows/bin/vows
JS_COMPILER = ./node_modules/uglify-js/bin/uglifyjs JS_UGLIFY = ./node_modules/uglify-js/bin/uglifyjs


.PHONY: test benchmark .PHONY: test benchmark


Expand All @@ -24,7 +24,7 @@ crossfilter.js: \


%.min.js: %.js Makefile %.min.js: %.js Makefile
@rm -f $@ @rm -f $@
$(JS_COMPILER) < $< > $@ $(JS_UGLIFY) $< -c -m -o $@


%.js: %.js:
@rm -f $@ @rm -f $@
Expand Down
2 changes: 1 addition & 1 deletion crossfilter.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -14,8 +14,8 @@
"url": "http://github.com/square/crossfilter.git" "url": "http://github.com/square/crossfilter.git"
}, },
"devDependencies": { "devDependencies": {
"d3": "2.8.0", "d3": "3.0.x",
"vows": "0.6.1", "vows": "0.7.0",
"uglify-js": "1.2.5" "uglify-js": "2.2.5"
} }
} }
6 changes: 3 additions & 3 deletions src/package.js
Expand Up @@ -17,8 +17,8 @@ util.puts(JSON.stringify({
"url": "http://github.com/square/crossfilter.git" "url": "http://github.com/square/crossfilter.git"
}, },
"devDependencies": { "devDependencies": {
"d3": "2.8.0", "d3": "3.0.x",
"vows": "0.6.1", "vows": "0.7.0",
"uglify-js": "1.2.5" "uglify-js": "2.2.5"
} }
}, null, 2)); }, null, 2));

0 comments on commit 2dea05a

Please sign in to comment.