Fix Atom built artifact

This commit is contained in:
BoykoAlex
2017-11-24 10:16:19 -05:00
parent 25d2b4c020
commit 37ca42c969

View File

@@ -15,11 +15,14 @@
"postinstall-build": "5.0.1"
},
"main": "./build/lib/index",
"files": [
"build/"
],
"scripts": {
"clean": "rm -rf build",
"compile": "babel lib --out-dir build/lib",
"postinstall": "postinstall-build --only-as-dependency build \"npm run compile\"",
"prepublish": "npm run compile",
"prepublish": "npm run clean && npm run compile",
"watch": "babel lib --out-dir build/lib -w"
},
"atomTranspilers": [