FIN-29: Fix package.json & package-lock.json (#8)

This commit is contained in:
Baikov Dmitrii 2024-04-26 17:15:27 +03:00 committed by GitHub
parent 12742f627e
commit 68a8678166
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{ {
"name": "@valitydev/dominator-proto", "name": "@vality/dominator-proto",
"version": "1.0.0", "version": "1.0.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@valitydev/dominator-proto", "name": "@vality/dominator-proto",
"version": "1.0.0", "version": "1.0.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"devDependencies": { "devDependencies": {

View File

@ -1,5 +1,5 @@
{ {
"name": "@valitydev/dominator-proto", "name": "@vality/dominator-proto",
"version": "1.0.0", "version": "1.0.0",
"scripts": { "scripts": {
"codegen": "thrift-codegen --i ./proto ./node_modules/@vality/domain-proto --n dominator" "codegen": "thrift-codegen --i ./proto ./node_modules/@vality/domain-proto --n dominator"