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"