From 40ebf660d711c249775b09f395e10cd797e738ad Mon Sep 17 00:00:00 2001 From: Dan Green Date: Tue, 16 Jan 2018 16:20:30 +0700 Subject: [PATCH] package json scripts fix --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 1f63dc3..b65f07d 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,6 @@ }, "scripts": { "lint": "eslint --cache 'src/*.js'", - "compile": "npm run eslint && babel ./src -d ./lib", "build": "rollup -c", "watch": "rollup -c -w", "prepublishOnly": "npm run build"