Skip to content

Commit 6ef6f6a

Browse files
committed
before migrating to ng13
1 parent d34dfe9 commit 6ef6f6a

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

client-angular/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,5 +277,8 @@
277277
"zone.js": "0.10.2"
278278
},
279279
"devDependencies": {},
280-
"license": "MIT"
280+
"license": "MIT",
281+
"recreatedFrom": {
282+
"tnp.json": true
283+
}
281284
}

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,5 +282,8 @@
282282
"zone.js": "0.10.2"
283283
},
284284
"devDependencies": {},
285-
"private": true
285+
"private": true,
286+
"recreatedFrom": {
287+
"tnp.json": true
288+
}
286289
}

server-express/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,5 +273,8 @@
273273
},
274274
"author": "",
275275
"license": "ISC",
276-
"private": false
276+
"private": false,
277+
"recreatedFrom": {
278+
"tnp.json": true
279+
}
277280
}

0 commit comments

Comments
 (0)