diff --git a/@cli/seed-cli/package.json b/@cli/seed-cli/package.json index 814e75bf..24f83b33 100644 --- a/@cli/seed-cli/package.json +++ b/@cli/seed-cli/package.json @@ -12,7 +12,7 @@ "dumlj": "./bin/cli" }, "main": "./libs/index.js", - "types": "./src/index.d.ts", + "types": "./libs/index.d.ts", "scripts": { "clear": "rimraf ./libs", "compile": "tsc --project ./tsconfig.compile.json", diff --git a/@feature/feature-cliui/package.json b/@feature/feature-cliui/package.json index 6c98374a..4637b6c7 100644 --- a/@feature/feature-cliui/package.json +++ b/@feature/feature-cliui/package.json @@ -9,7 +9,7 @@ }, "license": "MIT", "main": "./libs/index.js", - "types": "./src/index.d.ts", + "types": "./libs/index.d.ts", "scripts": { "compile": "tsc --project ./tsconfig.compile.json", "dev": "jest --watch", diff --git a/@feature/feature-dotenv/package.json b/@feature/feature-dotenv/package.json index 252c41a2..81c9c795 100644 --- a/@feature/feature-dotenv/package.json +++ b/@feature/feature-dotenv/package.json @@ -9,7 +9,7 @@ }, "license": "MIT", "main": "./libs/index.js", - "types": "./src/index.d.ts", + "types": "./libs/index.d.ts", "scripts": { "compile": "tsc --project ./tsconfig.compile.json", "dev": "jest --watch", diff --git a/@feature/feature-prepare/package.json b/@feature/feature-prepare/package.json index e5d8d100..cb71f0ab 100644 --- a/@feature/feature-prepare/package.json +++ b/@feature/feature-prepare/package.json @@ -9,7 +9,7 @@ }, "license": "MIT", "main": "./libs/index.js", - "types": "./src/index.d.ts", + "types": "./libs/index.d.ts", "scripts": { "clear": "rimraf ./libs", "compile": "tsc --project ./tsconfig.compile.json", diff --git a/@feature/feature-pretty/package.json b/@feature/feature-pretty/package.json index 89434d44..d307e1d9 100644 --- a/@feature/feature-pretty/package.json +++ b/@feature/feature-pretty/package.json @@ -9,7 +9,7 @@ }, "license": "MIT", "main": "./libs/index.js", - "types": "./src/index.d.ts", + "types": "./libs/index.d.ts", "scripts": { "clear": "rimraf ./libs", "compile": "tsc --project ./tsconfig.compile.json", diff --git a/@feature/feature-readme/package.json b/@feature/feature-readme/package.json index f540ded8..bd710fba 100644 --- a/@feature/feature-readme/package.json +++ b/@feature/feature-readme/package.json @@ -9,7 +9,7 @@ }, "license": "MIT", "main": "./libs/index.js", - "types": "./src/index.d.ts", + "types": "./libs/index.d.ts", "scripts": { "clear": "rimraf ./libs", "compile": "tsc --project ./tsconfig.compile.json", diff --git a/@feature/feature-updater/package.json b/@feature/feature-updater/package.json index 1315ee09..ed41776e 100644 --- a/@feature/feature-updater/package.json +++ b/@feature/feature-updater/package.json @@ -9,7 +9,7 @@ }, "license": "MIT", "main": "./libs/index.js", - "types": "./src/index.d.ts", + "types": "./libs/index.d.ts", "scripts": { "clear": "rimraf ./libs", "compile": "tsc --project ./tsconfig.compile.json", diff --git a/@lib/shell-lib/package.json b/@lib/shell-lib/package.json index cf2bcd52..cbbe03ab 100644 --- a/@lib/shell-lib/package.json +++ b/@lib/shell-lib/package.json @@ -9,7 +9,7 @@ }, "license": "MIT", "main": "./libs/index.js", - "types": "./src/index.d.ts", + "types": "./libs/index.d.ts", "scripts": { "clear": "rimraf ./libs", "compile": "tsc --project ./tsconfig.compile.json", diff --git a/@lib/util-lib/package.json b/@lib/util-lib/package.json index c70eab22..79000104 100644 --- a/@lib/util-lib/package.json +++ b/@lib/util-lib/package.json @@ -9,7 +9,7 @@ }, "license": "MIT", "main": "./libs/index.js", - "types": "./src/index.d.ts", + "types": "./libs/index.d.ts", "scripts": { "clear": "rimraf ./libs", "compile": "tsc --project ./tsconfig.compile.json", diff --git a/@webpack-plugin/compare-envs-webpack-plugin/package.json b/@webpack-plugin/compare-envs-webpack-plugin/package.json index 2c328785..79da41ef 100644 --- a/@webpack-plugin/compare-envs-webpack-plugin/package.json +++ b/@webpack-plugin/compare-envs-webpack-plugin/package.json @@ -9,7 +9,7 @@ }, "license": "MIT", "main": "./libs/index.js", - "types": "./src/index.d.ts", + "types": "./libs/index.d.ts", "scripts": { "clear": "rimraf ./libs", "compile": "tsc --project ./tsconfig.compile.json", diff --git a/@webpack-plugin/crx-live-reload-webpack-plugin/package.json b/@webpack-plugin/crx-live-reload-webpack-plugin/package.json index 066704ea..aefb9369 100644 --- a/@webpack-plugin/crx-live-reload-webpack-plugin/package.json +++ b/@webpack-plugin/crx-live-reload-webpack-plugin/package.json @@ -9,7 +9,7 @@ }, "license": "MIT", "main": "./libs/index.js", - "types": "./src/index.d.ts", + "types": "./libs/index.d.ts", "scripts": { "clear": "rimraf ./libs", "compile": "tsc --project ./tsconfig.compile.json", diff --git a/@webpack-plugin/crx-manifest-webpack-plugin/package.json b/@webpack-plugin/crx-manifest-webpack-plugin/package.json index 2825e245..c779f90f 100644 --- a/@webpack-plugin/crx-manifest-webpack-plugin/package.json +++ b/@webpack-plugin/crx-manifest-webpack-plugin/package.json @@ -9,7 +9,7 @@ }, "license": "MIT", "main": "./libs/index.js", - "types": "./src/index.d.ts", + "types": "./libs/index.d.ts", "scripts": { "clear": "rimraf ./libs", "compile": "tsc --project ./tsconfig.compile.json", diff --git a/@webpack-plugin/dts-webpack-plugin/package.json b/@webpack-plugin/dts-webpack-plugin/package.json index afbd9dd1..42b48446 100644 --- a/@webpack-plugin/dts-webpack-plugin/package.json +++ b/@webpack-plugin/dts-webpack-plugin/package.json @@ -9,7 +9,7 @@ }, "license": "MIT", "main": "./libs/index.js", - "types": "./src/index.d.ts", + "types": "./libs/index.d.ts", "scripts": { "clear": "rimraf ./libs", "compile": "tsc --project ./tsconfig.compile.json", diff --git a/@webpack-plugin/dynamic-envs-webpack-plugin/package.json b/@webpack-plugin/dynamic-envs-webpack-plugin/package.json index 1497203a..bfdad269 100644 --- a/@webpack-plugin/dynamic-envs-webpack-plugin/package.json +++ b/@webpack-plugin/dynamic-envs-webpack-plugin/package.json @@ -9,7 +9,7 @@ }, "license": "MIT", "main": "./libs/index.js", - "types": "./src/index.d.ts", + "types": "./libs/index.d.ts", "scripts": { "clear": "rimraf ./libs", "compile": "tsc --project ./tsconfig.compile.json", diff --git a/@webpack-plugin/html-enhance-webpack-plugin/package.json b/@webpack-plugin/html-enhance-webpack-plugin/package.json index b6072efb..31cbaaef 100644 --- a/@webpack-plugin/html-enhance-webpack-plugin/package.json +++ b/@webpack-plugin/html-enhance-webpack-plugin/package.json @@ -9,7 +9,7 @@ }, "license": "MIT", "main": "./libs/index.js", - "types": "./src/index.d.ts", + "types": "./libs/index.d.ts", "scripts": { "clear": "rimraf ./libs", "compile": "tsc --project ./tsconfig.compile.json", diff --git a/@webpack-plugin/inject-entry-script-webpack-plugin/package.json b/@webpack-plugin/inject-entry-script-webpack-plugin/package.json index 6810cf00..31a0149d 100644 --- a/@webpack-plugin/inject-entry-script-webpack-plugin/package.json +++ b/@webpack-plugin/inject-entry-script-webpack-plugin/package.json @@ -9,7 +9,7 @@ }, "license": "MIT", "main": "./libs/index.js", - "types": "./src/index.d.ts", + "types": "./libs/index.d.ts", "scripts": { "clear": "rimraf ./libs", "compile": "tsc --project ./tsconfig.compile.json", diff --git a/@webpack-plugin/memfs-webpack-plugin/package.json b/@webpack-plugin/memfs-webpack-plugin/package.json index 7e9891c4..17facbf4 100644 --- a/@webpack-plugin/memfs-webpack-plugin/package.json +++ b/@webpack-plugin/memfs-webpack-plugin/package.json @@ -9,7 +9,7 @@ }, "license": "MIT", "main": "./libs/index.js", - "types": "./src/index.d.ts", + "types": "./libs/index.d.ts", "scripts": { "clear": "rimraf ./libs", "compile": "tsc --project ./tsconfig.compile.json", diff --git a/@webpack-plugin/pretty-assets-tree-webpack-plugin/package.json b/@webpack-plugin/pretty-assets-tree-webpack-plugin/package.json index 9f40ae11..b48c24cf 100644 --- a/@webpack-plugin/pretty-assets-tree-webpack-plugin/package.json +++ b/@webpack-plugin/pretty-assets-tree-webpack-plugin/package.json @@ -9,7 +9,7 @@ }, "license": "MIT", "main": "./libs/index.js", - "types": "./src/index.d.ts", + "types": "./libs/index.d.ts", "scripts": { "clear": "rimraf ./libs", "compile": "tsc --project ./tsconfig.compile.json", diff --git a/@webpack-plugin/seed-webpack-plugin/package.json b/@webpack-plugin/seed-webpack-plugin/package.json index 259cce05..9f87cedf 100644 --- a/@webpack-plugin/seed-webpack-plugin/package.json +++ b/@webpack-plugin/seed-webpack-plugin/package.json @@ -9,7 +9,7 @@ }, "license": "MIT", "main": "./libs/index.js", - "types": "./src/index.d.ts", + "types": "./libs/index.d.ts", "scripts": { "clear": "rimraf ./libs", "compile": "tsc --project ./tsconfig.compile.json", diff --git a/@webpack-plugin/stackblitz-webpack-plugin/package.json b/@webpack-plugin/stackblitz-webpack-plugin/package.json index 89bed9a7..f0da1209 100644 --- a/@webpack-plugin/stackblitz-webpack-plugin/package.json +++ b/@webpack-plugin/stackblitz-webpack-plugin/package.json @@ -9,7 +9,7 @@ }, "license": "MIT", "main": "./libs/index.js", - "types": "./src/index.d.ts", + "types": "./libs/index.d.ts", "scripts": { "clear": "rimraf ./libs", "compile": "tsc --project ./tsconfig.compile.json", diff --git a/@webpack-plugin/zip-webpack-plugin/package.json b/@webpack-plugin/zip-webpack-plugin/package.json index 71f672a0..a71b95ff 100644 --- a/@webpack-plugin/zip-webpack-plugin/package.json +++ b/@webpack-plugin/zip-webpack-plugin/package.json @@ -9,7 +9,7 @@ }, "license": "MIT", "main": "./libs/index.js", - "types": "./src/index.d.ts", + "types": "./libs/index.d.ts", "scripts": { "clear": "rimraf ./libs", "compile": "tsc --project ./tsconfig.compile.json",