mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-07 07:47:59 +01:00
chore(protobuf,protocol): missing fields in package.json
This commit is contained in:
committed by
Carlos García Ortiz
parent
ea64c5771f
commit
27a5e8ab43
@@ -2,8 +2,16 @@
|
||||
"name": "@trezor/protobuf",
|
||||
"version": "1.0.0",
|
||||
"license": "See LICENSE.md in repo root",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/trezor/trezor-suite.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/trezor/trezor-suite/issues"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"main": "lib/index",
|
||||
"npmPublishAccess": "public",
|
||||
"files": [
|
||||
"lib/",
|
||||
"!**/*.map",
|
||||
|
||||
@@ -2,8 +2,20 @@
|
||||
"name": "@trezor/protocol",
|
||||
"version": "1.0.0",
|
||||
"license": "See LICENSE.md in repo root",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/trezor/trezor-suite.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/trezor/trezor-suite/issues"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"main": "lib/index",
|
||||
"npmPublishAccess": "public",
|
||||
"files": [
|
||||
"lib/",
|
||||
"!**/*.map"
|
||||
],
|
||||
"scripts": {
|
||||
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
||||
"test:unit": "jest -c ../../jest.config.base.js --passWithNoTests",
|
||||
|
||||
Reference in New Issue
Block a user