This commit is contained in:
Amadou Ada DIENE
2021-07-19 12:51:26 +02:00
parent 8d15786e5d
commit f45cd5d04d
4 changed files with 41 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "angular-app",
"version": "1.0.2",
"version": "2.0.0",
"scripts": {
"start": "ng serve",
"package": "ng build --configuration production --base-href ./"

View File

@@ -1,6 +1,6 @@
{
"name": "shared-lib",
"version": "1.0.2",
"version": "2.0.0",
"main": "dist/index.js",
"scripts": {
},