Skip to content

Commit 46465ab

Browse files
committed
Fix more warnings in test projects
1 parent 3fb42c0 commit 46465ab

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

org.eclipse.wildwebdeveloper.tests/testProjects/HelloWorldTS/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "HelloWorldTS",
2+
"name": "hello_world_ts",
33
"version": "1.0.0",
44
"main": "index.ts",
55
"scripts": {

org.eclipse.wildwebdeveloper.tests/testProjects/angular-app/angular.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@
1010
"prefix": "app",
1111
"schematics": {}
1212
}
13-
},
14-
"defaultProject": "angular-app"
13+
}
1514
}

0 commit comments

Comments
 (0)