Skip to content

Commit f581fb3

Browse files
committed
Release 6.0.0-alpha.1
1 parent 23cb4ae commit f581fb3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nrwl/nx-source",
3-
"version": "2.0.0-alpha.2",
3+
"version": "6.0.0-alpha.1",
44
"description": "Nrwl Extensions for Angular",
55
"main": "index.js",
66
"private": true,
@@ -72,6 +72,9 @@
7272
"author": "Victor Savkin",
7373
"license": "MIT",
7474
"jest": {
75-
"modulePathIgnorePatterns": ["tmp", "files"]
75+
"modulePathIgnorePatterns": [
76+
"tmp",
77+
"files"
78+
]
7679
}
7780
}

0 commit comments

Comments
 (0)