chore(repo): remove build:lib for some simple packages (#11276)

This commit is contained in:
Daniel Suchý
2024-02-22 13:54:45 +01:00
committed by GitHub
parent 123f61de22
commit 7febd10cf0
8 changed files with 30 additions and 16 deletions

View File

@@ -3,7 +3,10 @@
"version": "1.0.14",
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "lib/index",
"main": "src/index.ts",
"publishConfig": {
"main": "lib/index.js"
},
"files": [
"lib/",
"!**/*.map"

View File

@@ -3,7 +3,10 @@
"version": "1.0.12",
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "lib/index",
"main": "src/index.ts",
"publishConfig": {
"main": "lib/index.js"
},
"files": [
"lib/",
"!**/*.map"

View File

@@ -17,7 +17,7 @@
"npmPublishAccess": "public",
"license": "SEE LICENSE IN LICENSE.md",
"description": "Collection of assets and utils used by trezor-connect library.",
"main": "./lib/index.js",
"main": "./src/index.ts",
"files": [
"lib/",
"files/**/*.json",
@@ -25,8 +25,11 @@
"CHANGELOG.md",
"!**/*.map"
],
"types": "lib/index.d.ts",
"typings": "lib/index.d.ts",
"publishConfig": {
"main": "lib/index.js",
"types": "lib/index.d.ts",
"typings": "lib/index.d.ts"
},
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"test:unit": "yarn g:jest",

View File

@@ -18,7 +18,10 @@
"stellar"
],
"sideEffects": false,
"main": "lib/index.js",
"main": "src/index.ts",
"publishConfig": {
"main": "lib/index.js"
},
"files": [
"lib/"
],

View File

@@ -12,7 +12,10 @@
"url": "https://github.com/trezor/trezor-suite/issues"
},
"sideEffects": false,
"main": "lib/index",
"main": "src/index.ts",
"publishConfig": {
"main": "lib/index.js"
},
"files": [
"lib/",
"!**/*.map"

View File

@@ -1,7 +0,0 @@
{
"extends": "../../tsconfig.lib.json",
"compilerOptions": {
"outDir": "lib"
},
"include": ["./src"]
}

View File

@@ -10,7 +10,10 @@
"url": "https://github.com/trezor/trezor-suite/issues"
},
"sideEffects": false,
"main": "lib/index",
"main": "src/index.ts",
"publishConfig": {
"main": "lib/index.js"
},
"npmPublishAccess": "public",
"files": [
"lib/",

View File

@@ -3,7 +3,10 @@
"version": "1.0.1",
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "lib/index",
"main": "src/index.ts",
"publishConfig": {
"main": "lib/index.js"
},
"npmPublishAccess": "public",
"files": [
"lib/"