Skip to content

Commit 7f10eb4

Browse files
committed
revert: recovery types
1 parent dbfb3b7 commit 7f10eb4

File tree

21 files changed

+21
-21
lines changed

21 files changed

+21
-21
lines changed

@cli/seed-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dumlj": "./bin/cli"
1313
},
1414
"main": "./libs/index.js",
15-
"types": "./src/index.d.ts",
15+
"types": "./libs/index.d.ts",
1616
"scripts": {
1717
"clear": "rimraf ./libs",
1818
"compile": "tsc --project ./tsconfig.compile.json",

@feature/feature-cliui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"license": "MIT",
1111
"main": "./libs/index.js",
12-
"types": "./src/index.d.ts",
12+
"types": "./libs/index.d.ts",
1313
"scripts": {
1414
"compile": "tsc --project ./tsconfig.compile.json",
1515
"dev": "jest --watch",

@feature/feature-dotenv/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"license": "MIT",
1111
"main": "./libs/index.js",
12-
"types": "./src/index.d.ts",
12+
"types": "./libs/index.d.ts",
1313
"scripts": {
1414
"compile": "tsc --project ./tsconfig.compile.json",
1515
"dev": "jest --watch",

@feature/feature-prepare/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"license": "MIT",
1111
"main": "./libs/index.js",
12-
"types": "./src/index.d.ts",
12+
"types": "./libs/index.d.ts",
1313
"scripts": {
1414
"clear": "rimraf ./libs",
1515
"compile": "tsc --project ./tsconfig.compile.json",

@feature/feature-pretty/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"license": "MIT",
1111
"main": "./libs/index.js",
12-
"types": "./src/index.d.ts",
12+
"types": "./libs/index.d.ts",
1313
"scripts": {
1414
"clear": "rimraf ./libs",
1515
"compile": "tsc --project ./tsconfig.compile.json",

@feature/feature-readme/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"license": "MIT",
1111
"main": "./libs/index.js",
12-
"types": "./src/index.d.ts",
12+
"types": "./libs/index.d.ts",
1313
"scripts": {
1414
"clear": "rimraf ./libs",
1515
"compile": "tsc --project ./tsconfig.compile.json",

@feature/feature-updater/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"license": "MIT",
1111
"main": "./libs/index.js",
12-
"types": "./src/index.d.ts",
12+
"types": "./libs/index.d.ts",
1313
"scripts": {
1414
"clear": "rimraf ./libs",
1515
"compile": "tsc --project ./tsconfig.compile.json",

@lib/shell-lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"license": "MIT",
1111
"main": "./libs/index.js",
12-
"types": "./src/index.d.ts",
12+
"types": "./libs/index.d.ts",
1313
"scripts": {
1414
"clear": "rimraf ./libs",
1515
"compile": "tsc --project ./tsconfig.compile.json",

@lib/util-lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"license": "MIT",
1111
"main": "./libs/index.js",
12-
"types": "./src/index.d.ts",
12+
"types": "./libs/index.d.ts",
1313
"scripts": {
1414
"clear": "rimraf ./libs",
1515
"compile": "tsc --project ./tsconfig.compile.json",

@webpack-plugin/compare-envs-webpack-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"license": "MIT",
1111
"main": "./libs/index.js",
12-
"types": "./src/index.d.ts",
12+
"types": "./libs/index.d.ts",
1313
"scripts": {
1414
"clear": "rimraf ./libs",
1515
"compile": "tsc --project ./tsconfig.compile.json",

@webpack-plugin/crx-live-reload-webpack-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"license": "MIT",
1111
"main": "./libs/index.js",
12-
"types": "./src/index.d.ts",
12+
"types": "./libs/index.d.ts",
1313
"scripts": {
1414
"clear": "rimraf ./libs",
1515
"compile": "tsc --project ./tsconfig.compile.json",

@webpack-plugin/crx-manifest-webpack-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"license": "MIT",
1111
"main": "./libs/index.js",
12-
"types": "./src/index.d.ts",
12+
"types": "./libs/index.d.ts",
1313
"scripts": {
1414
"clear": "rimraf ./libs",
1515
"compile": "tsc --project ./tsconfig.compile.json",

@webpack-plugin/dts-webpack-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"license": "MIT",
1111
"main": "./libs/index.js",
12-
"types": "./src/index.d.ts",
12+
"types": "./libs/index.d.ts",
1313
"scripts": {
1414
"clear": "rimraf ./libs",
1515
"compile": "tsc --project ./tsconfig.compile.json",

@webpack-plugin/dynamic-envs-webpack-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"license": "MIT",
1111
"main": "./libs/index.js",
12-
"types": "./src/index.d.ts",
12+
"types": "./libs/index.d.ts",
1313
"scripts": {
1414
"clear": "rimraf ./libs",
1515
"compile": "tsc --project ./tsconfig.compile.json",

@webpack-plugin/html-enhance-webpack-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"license": "MIT",
1111
"main": "./libs/index.js",
12-
"types": "./src/index.d.ts",
12+
"types": "./libs/index.d.ts",
1313
"scripts": {
1414
"clear": "rimraf ./libs",
1515
"compile": "tsc --project ./tsconfig.compile.json",

@webpack-plugin/inject-entry-script-webpack-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"license": "MIT",
1111
"main": "./libs/index.js",
12-
"types": "./src/index.d.ts",
12+
"types": "./libs/index.d.ts",
1313
"scripts": {
1414
"clear": "rimraf ./libs",
1515
"compile": "tsc --project ./tsconfig.compile.json",

@webpack-plugin/memfs-webpack-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"license": "MIT",
1111
"main": "./libs/index.js",
12-
"types": "./src/index.d.ts",
12+
"types": "./libs/index.d.ts",
1313
"scripts": {
1414
"clear": "rimraf ./libs",
1515
"compile": "tsc --project ./tsconfig.compile.json",

@webpack-plugin/pretty-assets-tree-webpack-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"license": "MIT",
1111
"main": "./libs/index.js",
12-
"types": "./src/index.d.ts",
12+
"types": "./libs/index.d.ts",
1313
"scripts": {
1414
"clear": "rimraf ./libs",
1515
"compile": "tsc --project ./tsconfig.compile.json",

@webpack-plugin/seed-webpack-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"license": "MIT",
1111
"main": "./libs/index.js",
12-
"types": "./src/index.d.ts",
12+
"types": "./libs/index.d.ts",
1313
"scripts": {
1414
"clear": "rimraf ./libs",
1515
"compile": "tsc --project ./tsconfig.compile.json",

@webpack-plugin/stackblitz-webpack-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"license": "MIT",
1111
"main": "./libs/index.js",
12-
"types": "./src/index.d.ts",
12+
"types": "./libs/index.d.ts",
1313
"scripts": {
1414
"clear": "rimraf ./libs",
1515
"compile": "tsc --project ./tsconfig.compile.json",

@webpack-plugin/zip-webpack-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"license": "MIT",
1111
"main": "./libs/index.js",
12-
"types": "./src/index.d.ts",
12+
"types": "./libs/index.d.ts",
1313
"scripts": {
1414
"clear": "rimraf ./libs",
1515
"compile": "tsc --project ./tsconfig.compile.json",

0 commit comments

Comments
 (0)