Fix Atom built artifact
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user