|
1 | 1 | {
|
2 | 2 | "name": "@nrwl/nx-source",
|
3 |
| - "version": "6.2.1", |
| 3 | + "version": "6.3.0", |
4 | 4 | "description": "Nrwl Extensions for Angular",
|
5 | 5 | "main": "index.js",
|
6 | 6 | "private": true,
|
|
9 | 9 | "commit": "git-cz",
|
10 | 10 | "checkcommit": "./scripts/commit-lint.js",
|
11 | 11 | "e2e": "./scripts/e2e.sh",
|
12 |
| - "format": |
13 |
| - "prettier \"./**/*.{ts,js,json,css,md}\" \"!./**/{__name__,__directory__}/**\" --write", |
| 12 | + "format": "prettier \"./**/*.{ts,js,json,css,md}\" \"!./**/{__name__,__directory__}/**\" --write", |
14 | 13 | "linknpm": "./scripts/link.sh",
|
15 | 14 | "nx-release": "./scripts/nx-release.js",
|
16 | 15 | "copy": "./scripts/copy.sh",
|
17 | 16 | "test:schematics": "yarn linknpm fast && ./scripts/test_schematics.sh",
|
18 | 17 | "test:nx": "yarn linknpm fast && ./scripts/test_nx.sh",
|
19 |
| - "test": |
20 |
| - "yarn linknpm fast && ./scripts/test_nx.sh && ./scripts/test_schematics.sh", |
21 |
| - "checkformat": |
22 |
| - "prettier \"./**/*.{ts,js,json,css,md}\" \"!./**/{__name__,__directory__}/**\" --list-different" |
| 18 | + "test": "yarn linknpm fast && ./scripts/test_nx.sh && ./scripts/test_schematics.sh", |
| 19 | + "checkformat": "prettier \"./**/*.{ts,js,json,css,md}\" \"!./**/{__name__,__directory__}/**\" --list-different" |
23 | 20 | },
|
24 | 21 | "devDependencies": {
|
25 | 22 | "@angular-devkit/build-angular": "^0.7.2",
|
|
84 | 81 | "author": "Victor Savkin",
|
85 | 82 | "license": "MIT",
|
86 | 83 | "jest": {
|
87 |
| - "modulePathIgnorePatterns": ["tmp", "collection/.*/files"] |
| 84 | + "modulePathIgnorePatterns": [ |
| 85 | + "tmp", |
| 86 | + "collection/.*/files" |
| 87 | + ] |
88 | 88 | },
|
89 | 89 | "husky": {
|
90 | 90 | "hooks": {
|
91 | 91 | "pre-commit": "lint-staged"
|
92 | 92 | }
|
93 | 93 | },
|
94 | 94 | "lint-staged": {
|
95 |
| - "./**/*.{ts,js,json,css,md}": ["prettier --write", "git add"] |
| 95 | + "./**/*.{ts,js,json,css,md}": [ |
| 96 | + "prettier --write", |
| 97 | + "git add" |
| 98 | + ] |
96 | 99 | },
|
97 | 100 | "config": {
|
98 | 101 | "commitizen": {
|
|
0 commit comments