mirror of
https://github.com/valentineus/iii-client.git
synced 2026-06-12 03:40:35 +04:00
Redesigned assembly package
This commit is contained in:
Generated
-2275
File diff suppressed because it is too large
Load Diff
+2
-3
@@ -30,8 +30,7 @@
|
||||
"eslint": "^3.19.0"
|
||||
},
|
||||
"scripts": {
|
||||
"check": "eslint ./src/*",
|
||||
"compile": "babel --presets es2015 --minified --no-comments --source-maps --out-file ./lib/index.js ./src/index.js",
|
||||
"prepublish": "npm run check && npm run compile"
|
||||
"build": "babel --source-maps --out-file ./dist/index.js ./src/index.js",
|
||||
"check": "eslint ./src/*"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user