add: tar pkg
This commit is contained in:
parent
22bc50b0dd
commit
bdaafab005
@ -4,7 +4,7 @@
|
||||
"scripts": {
|
||||
"config:dev": "ts-node set-env.ts --environment=dev",
|
||||
"config:prod": "ts-node set-env.ts --environment=prod",
|
||||
"start:dev": "ng serve -c dev",
|
||||
"start:dev": "export NODE_OPTIONS=--openssl-legacy-provider; ng serve -c dev",
|
||||
"start:prod": "ng serve --prod",
|
||||
"build:dev": "ng build -c dev",
|
||||
"build:prod": "ng build --prod",
|
||||
@ -37,10 +37,10 @@
|
||||
"@angular/router": "~10.2.0",
|
||||
"@angular/service-worker": "~10.2.0",
|
||||
"@cicnet/cic-client": "^0.1.6",
|
||||
"@cicnet/schemas-data-validator": "*",
|
||||
"@cicnet/schemas-data-validator": "1.0.0-alpha.3",
|
||||
"@popperjs/core": "^2.5.4",
|
||||
"bootstrap": "^4.5.3",
|
||||
"cic-client-meta": "0.0.7-alpha.6",
|
||||
"cic-client-meta": "file:./pkg/cic-client-meta-0.0.7-alpha.6.tgz",
|
||||
"ethers": "^5.0.31",
|
||||
"http-server": "^0.12.3",
|
||||
"jquery": "^3.5.1",
|
||||
|
BIN
pkg/cic-client-meta-0.0.7-alpha.6.tgz
Normal file
BIN
pkg/cic-client-meta-0.0.7-alpha.6.tgz
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user