Skip to content
This repository was archived by the owner on Dec 16, 2023. It is now read-only.

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
assaf committed Apr 10, 2015
1 parent cd9bc11 commit fe675d1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 29 deletions.
23 changes: 0 additions & 23 deletions .jshintrc

This file was deleted.

3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.babelrc
.changes
.jshintrc
.eslintrc
.travis.yml
npm-debug.log
Gulpfile
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
"postpublish": "gulp tag"
},
"dependencies": {
"babel-runtime": "5.0.7",
"babel-runtime": "5.0.12",
"bluebird": "^2.0",
"debug": "^2.0",
"eventsource": "^0.1",
"iconv-lite": "^0.4",
"jsdom": "4.1.0",
"jsdom": "4.2.0",
"lodash": "^3.6.0",
"mime": "^1.2",
"ms": "^0.7",
Expand All @@ -58,20 +58,20 @@
"ws": "^0.7"
},
"devDependencies": {
"babel": "5.0.7",
"babel": "5.0.12",
"babel-eslint": "^2.0.2",
"body-parser": "^1.12.0",
"cookie-parser": "^1.3.4",
"del": "^1.1.1",
"eslint": "^0.18.0",
"express": "^4.12.3",
"gulp": "^3.8.10",
"gulp-babel": "^5.0.0",
"gulp-babel": "^5.1.0",
"gulp-exec": "^2.1.1",
"gulp-notify": "^2.0.1",
"gulp-sourcemaps": "^1.5.1",
"gulp-util": "^3.0.4",
"mocha": "^2.2.0",
"mocha": "^2.2.4",
"morgan": "^1.5.2",
"multiparty": "^4.1.1",
"replay": "^2.0.4",
Expand Down

0 comments on commit fe675d1

Please sign in to comment.