Skip to content

Commit

Permalink
update dependencies. version 0.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Élie Fauché committed Oct 30, 2014
1 parent 2df8c70 commit 822b485
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
ENV_VAR = NODE_ENV=test

all: jshint
$(ENV_VAR) ./node_modules/.bin/mocha --check-leaks test/* test/*/*
$(ENV_VAR) ./node_modules/.bin/mocha --check-leaks --recursive ./test

jshint:
$(ENV_VAR) ./node_modules/.bin/jshint index.js lib/* test/*

mocha:
$(ENV_VAR) ./node_modules/.bin/mocha --check-leaks --watch test/* test/*/*
$(ENV_VAR) ./node_modules/.bin/mocha --check-leaks --watch --colors --growl --recursive ./test

.PHONY: all
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"bugs": {
"url": "https://github.com/sunrise/vobject-js/issues"
},
"version": "0.0.28",
"version": "0.0.29",
"dependencies": {
"moment-timezone": "0.2.1",
"underscore": "1.5.x"
"moment-timezone": "0.2.x",
"underscore": "1.7.x"
},
"devDependencies": {
"mocha": "latest",
Expand Down

0 comments on commit 822b485

Please sign in to comment.