Release 6.4.0-beta.1
This commit is contained in:
parent
97b773789b
commit
88b424c406
21
package.json
21
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nrwl/nx-source",
|
||||
"version": "6.3.0",
|
||||
"version": "6.4.0-beta.1",
|
||||
"description": "Nrwl Extensions for Angular",
|
||||
"main": "index.js",
|
||||
"private": true,
|
||||
@ -9,17 +9,14 @@
|
||||
"commit": "git-cz",
|
||||
"checkcommit": "./scripts/commit-lint.js",
|
||||
"e2e": "./scripts/e2e.sh",
|
||||
"format":
|
||||
"prettier \"./**/*.{ts,js,json,css,md}\" \"!./**/{__name__,__directory__}/**\" --write",
|
||||
"format": "prettier \"./**/*.{ts,js,json,css,md}\" \"!./**/{__name__,__directory__}/**\" --write",
|
||||
"linknpm": "./scripts/link.sh",
|
||||
"nx-release": "./scripts/nx-release.js",
|
||||
"copy": "./scripts/copy.sh",
|
||||
"test:schematics": "yarn linknpm fast && ./scripts/test_schematics.sh",
|
||||
"test:nx": "yarn linknpm fast && ./scripts/test_nx.sh",
|
||||
"test":
|
||||
"yarn linknpm fast && ./scripts/test_nx.sh && ./scripts/test_schematics.sh",
|
||||
"checkformat":
|
||||
"prettier \"./**/*.{ts,js,json,css,md}\" \"!./**/{__name__,__directory__}/**\" --list-different"
|
||||
"test": "yarn linknpm fast && ./scripts/test_nx.sh && ./scripts/test_schematics.sh",
|
||||
"checkformat": "prettier \"./**/*.{ts,js,json,css,md}\" \"!./**/{__name__,__directory__}/**\" --list-different"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "^0.7.2",
|
||||
@ -84,7 +81,10 @@
|
||||
"author": "Victor Savkin",
|
||||
"license": "MIT",
|
||||
"jest": {
|
||||
"modulePathIgnorePatterns": ["tmp", "collection/.*/files"]
|
||||
"modulePathIgnorePatterns": [
|
||||
"tmp",
|
||||
"collection/.*/files"
|
||||
]
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
@ -92,7 +92,10 @@
|
||||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
"./**/*.{ts,js,json,css,md}": ["prettier --write", "git add"]
|
||||
"./**/*.{ts,js,json,css,md}": [
|
||||
"prettier --write",
|
||||
"git add"
|
||||
]
|
||||
},
|
||||
"config": {
|
||||
"commitizen": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user