File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ,
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" : {
7877 "author" : " Victor Savkin" ,
7978 "license" : " MIT" ,
8079 "jest" : {
81- "modulePathIgnorePatterns" : [" tmp" , " collection/.*/files" ]
80+ "modulePathIgnorePatterns" : [
81+ " tmp" ,
82+ " collection/.*/files"
83+ ]
8284 }
8385}
You can’t perform that action at this time.
0 commit comments