mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-16 23:57:11 +00:00
This commit is contained in:
parent
1e4e6e4758
commit
c30f742c38
@ -17,12 +17,12 @@
|
|||||||
],
|
],
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "cross-env BABEL_ENV=node babel src --extensions \".js,.ts\" --out-dir dist --root-mode upward --source-maps",
|
"build": "cross-env BABEL_ENV=node babel src --extensions \".js\" --out-dir dist --root-mode upward --source-maps",
|
||||||
"ci": "npm run qa",
|
"ci": "npm run qa",
|
||||||
"clean": "npm run reset",
|
"clean": "npm run reset",
|
||||||
"lint": "npm-run-all lint:*",
|
"lint": "npm-run-all lint:*",
|
||||||
"lint:js": "eslint src/",
|
"lint:js": "eslint src/",
|
||||||
"lint:ts": "tslint -c tslint.json \"src/**/*.ts\"",
|
"// lint:ts": "tslint -c tslint.json \"src/**/*.ts\"",
|
||||||
"package": "npm pack",
|
"package": "npm pack",
|
||||||
"// qa": "npm-run-all lint typecheck build package",
|
"// qa": "npm-run-all lint typecheck build package",
|
||||||
"qa": "npm-run-all lint build package",
|
"qa": "npm-run-all lint build package",
|
||||||
@ -47,8 +47,8 @@
|
|||||||
"eslint": "5.7.0",
|
"eslint": "5.7.0",
|
||||||
"npm-run-all": "4.1.5",
|
"npm-run-all": "4.1.5",
|
||||||
"rimraf": "2.6.3",
|
"rimraf": "2.6.3",
|
||||||
"tslint": "5.11.0",
|
"tslint": "5.16.0",
|
||||||
"typescript": "3.3.1"
|
"typescript": "3.4.5"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0",
|
"node": ">=8.12.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user