From 1046e41dc19da455ffd1ba9deb7186dc20d5363b Mon Sep 17 00:00:00 2001 From: "Kaka, Aaron A" Date: Sat, 1 Oct 2016 16:37:27 -0600 Subject: [PATCH] feat: Check package.json main field to ensure it is changed to the actual component name. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 01ff70e..6f4ed99 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "react-intl": "~2.0.1" }, "devDependencies": { - "@pearson-components/npm-scripts": "^0.2.0", + "@pearson-components/npm-scripts": "^0.3.1", "babel-core": "~6.3.17", "babel-eslint": "~4.1.6", "babel-loader": "~6.2.0",