From 36b5dd1dabdc234cec90e6fc07f75b1cc4cc1ad1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Wed, 28 Oct 2015 11:23:15 +0100 Subject: [PATCH] Remove babelify transform To be able to use this module in a browserify project without having to install babelify. --- package.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package.json b/package.json index f6f37ee..5d2b389 100644 --- a/package.json +++ b/package.json @@ -7,11 +7,6 @@ "url": "https://github.com/christianalfoni/formsy-react.git" }, "main": "lib/main.js", - "browserify": { - "transform": [ - "babelify" - ] - }, "scripts": { "start": "webpack-dev-server --content-base build", "deploy": "NODE_ENV=production webpack -p --config webpack.production.config.js",