Skip to content

Commit 6de7162

Browse files
committed
Release 6.2.0-beta.1
1 parent d3362e0 commit 6de7162

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nrwl/nx-source",
3-
"version": "6.1.0",
3+
"version": "6.2.0-beta.1",
44
"description": "Nrwl Extensions for Angular",
55
"main": "index.js",
66
"private": true,
@@ -13,8 +13,7 @@
1313
"copy": "./scripts/copy.sh",
1414
"test:schematics": "yarn linknpm fast && ./scripts/test_schematics.sh",
1515
"test:nx": "yarn linknpm fast && ./scripts/test_nx.sh",
16-
"test":
17-
"yarn linknpm fast && ./scripts/test_nx.sh && ./scripts/test_schematics.sh",
16+
"test": "yarn linknpm fast && ./scripts/test_nx.sh && ./scripts/test_schematics.sh",
1817
"checkformat": "prettier \"{packages,e2e}/**/*.ts\" --list-different"
1918
},
2019
"devDependencies": {
@@ -78,6 +77,9 @@
7877
"author": "Victor Savkin",
7978
"license": "MIT",
8079
"jest": {
81-
"modulePathIgnorePatterns": ["tmp", "collection/.*/files"]
80+
"modulePathIgnorePatterns": [
81+
"tmp",
82+
"collection/.*/files"
83+
]
8284
}
8385
}

0 commit comments

Comments
 (0)