Skip to content

Commit

Permalink
dependency fixes/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
vinniegarcia committed Mar 6, 2015
1 parent e084dae commit 6c22128
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proposal",
"version": "1.0.8",
"version": "1.0.9",
"description": "Takes a node-style callbacking function and converts it into a Promise automagically",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -29,14 +29,13 @@
},
"homepage": "https://github.com/vinniegarcia/proposal",
"devDependencies": {
"babel": "^4.6.3",
"coveralls": "^2.11.2",
"istanbul": "^0.3.7",
"mocha": "^2.1.0",
"mocha-lcov-reporter": "0.0.2",
"node-emoji": "^0.1.0"
},
"dependencies": {
"core-js": "^0.6.1"
"babel": "^4.6.3"
}
}

0 comments on commit 6c22128

Please sign in to comment.