File tree Expand file tree Collapse file tree 3 files changed +711
-657
lines changed Expand file tree Collapse file tree 3 files changed +711
-657
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @nativescript/nx" ,
3- "version" : " 15.0 .0" ,
3+ "version" : " 16.0.0-beta .0" ,
44 "description" : " NativeScript Plugin for Nx" ,
55 "repository" : {
66 "type" : " git" ,
3434 "fs-extra" : " ^11.1.0" ,
3535 "ignore" : " ^5.2.4" ,
3636 "plist" : " ^3.0.1" ,
37- "xml2js" : " ~0.5 .0" ,
37+ "xml2js" : " ~0.6 .0" ,
3838 "@nx/devkit" : " ^16.0.0" ,
3939 "@nx/js" : " ^16.0.0" ,
4040 "@nx/jest" : " ^16.0.0"
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ describe('lib', () => {
2525
2626 const projectConfig = readProjectConfiguration ( tree , libName ) ;
2727 expect ( projectConfig . root ) . toEqual ( `libs/${ libName } ` ) ;
28- expect ( projectConfig . targets . build ) . toBeUndefined ( ) ;
2928 expect ( projectConfig . targets . lint ) . toEqual ( {
3029 executor : '@nx/linter:eslint' ,
3130 options : {
@@ -41,7 +40,6 @@ describe('lib', () => {
4140 const projectConfig = readProjectConfiguration ( tree , libName ) ;
4241
4342 expect ( projectConfig . root ) . toEqual ( `libs/${ libName } ` ) ;
44- expect ( projectConfig . targets . build ) . toBeUndefined ( ) ;
4543 expect ( projectConfig . targets . lint ) . toEqual ( {
4644 executor : '@nx/linter:eslint' ,
4745 options : {
You can’t perform that action at this time.
0 commit comments