From 6f827c982fa50d7a4517d938f30bda6a3a5eff2a Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Thu, 27 Sep 2018 10:46:28 -0500 Subject: [PATCH] simplify package.json --- package.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/package.json b/package.json index 1835f09..a174272 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,6 @@ "name": "embark-dtwitter", "version": "0.0.1", "description": "", - "main": "Gruntfile.js", "scripts": { "test": "embark test" }, @@ -12,7 +11,6 @@ "dependencies": { "async": "^2.6.1", "date-fns": "^2.0.0-alpha.11", - "npm": "^6.2.0", "react": "^16.3.2", "react-bootstrap": "^0.32.1", "react-dom": "^16.3.2", @@ -21,11 +19,6 @@ }, "devDependencies": { "@babel/core": "7.0.0-rc.1", - "@babel/plugin-proposal-class-properties": "7.0.0-rc.1", - "@babel/plugin-proposal-decorators": "7.0.0-rc.1", - "@babel/plugin-proposal-export-namespace-from": "7.0.0-rc.1", - "@babel/plugin-proposal-function-sent": "7.0.0-rc.1", - "@babel/plugin-proposal-numeric-separator": "7.0.0-rc.1", - "@babel/plugin-proposal-throw-expressions": "7.0.0-rc.1" + "@babel/plugin-proposal-class-properties": "7.0.0-rc.1" } }