From 8287eaa22527460f186d2fa1bbb69c13f9162c8b Mon Sep 17 00:00:00 2001 From: Dominik Ferber Date: Wed, 2 Mar 2016 15:00:48 +0100 Subject: [PATCH] chore(npm): add babel-core dependency --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e0ddefd64..9afd852452 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,9 @@ "author": "Dominik Ferber ", "description": "Meteor specific linting rules for ESLint", "main": "dist/index.js", - "publishConfig": { "tag": "next" }, + "publishConfig": { + "tag": "next" + }, "scripts": { "build": "babel lib -d dist --optional runtime --auxiliary-comment-before \"istanbul ignore next\"", "build:w": "npm run build -- -w", @@ -40,6 +42,7 @@ }, "devDependencies": { "babel-cli": "6.6.0", + "babel-core": "6.6.0", "babel-eslint": "5.0.0", "babel-plugin-transform-object-rest-spread": "6.5.0", "babel-plugin-transform-runtime": "6.6.0",