Skip to content

Commit

Permalink
Release 6.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed May 11, 2018
1 parent 23cb4ae commit f581fb3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nrwl/nx-source",
"version": "2.0.0-alpha.2",
"version": "6.0.0-alpha.1",
"description": "Nrwl Extensions for Angular",
"main": "index.js",
"private": true,
Expand Down Expand Up @@ -72,6 +72,9 @@
"author": "Victor Savkin",
"license": "MIT",
"jest": {
"modulePathIgnorePatterns": ["tmp", "files"]
"modulePathIgnorePatterns": [
"tmp",
"files"
]
}
}

0 comments on commit f581fb3

Please sign in to comment.