Skip to content
This repository has been archived by the owner on May 27, 2019. It is now read-only.

Commit

Permalink
Merge branch 'update-dependencies'
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-sokolov committed Jun 4, 2015
2 parents 4413f6d + e3cd19a commit 7146c19
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,27 @@
"test": "test"
},
"dependencies": {
"async": "^0.9.0",
"cli": "^0.6.5",
"concat-stream": "^1.4.7",
"glob": "^4.3.5",
"async": "^1.2.0",
"cli": "^0.7.1",
"gulp-concat": "^2.4.3",
"is": "^2.2.1",
"map-stream": "0.0.5",
"is": "^3.0.1",
"map-stream": "0.1.0",
"mkdirp": "^0.5.0",
"promise": "^6.1.0",
"promise": "^7.0.1",
"read-only-stream": "^1.1.1",
"shell-quote": "^1.4.2",
"through2": "^1.1.1",
"vinyl": "^0.4.6",
"vinyl-fs": "^0.3.13"
"vinyl": "^0.5.0",
"vinyl-fs": "^1.0.0"
},
"devDependencies": {
"coveralls": "^2.11.2",
"eslint": "^0.13.0",
"istanbul": "^0.3.5",
"jshint": "^2.6.0",
"tap-colorize": "^1.2.0",
"tape": "^3.5.0",
"watch": "^0.13.0"
"tape": "^4.0.0",
"watch": "^0.16.0"
},
"scripts": {
"lint": "jshint src test && eslint src test",
Expand Down

0 comments on commit 7146c19

Please sign in to comment.