From 6c22128a1784d669b77f1f4c1175a1a2fe744b81 Mon Sep 17 00:00:00 2001 From: vinniegarcia Date: Thu, 5 Mar 2015 22:51:30 -0800 Subject: [PATCH] dependency fixes/dev --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 069df8b..4833b9f 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -29,7 +29,6 @@ }, "homepage": "https://github.com/vinniegarcia/proposal", "devDependencies": { - "babel": "^4.6.3", "coveralls": "^2.11.2", "istanbul": "^0.3.7", "mocha": "^2.1.0", @@ -37,6 +36,6 @@ "node-emoji": "^0.1.0" }, "dependencies": { - "core-js": "^0.6.1" + "babel": "^4.6.3" } }