Skip to content

Commit

Permalink
revert: recovery types
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidKk committed May 8, 2024
1 parent dbfb3b7 commit 7f10eb4
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion @cli/seed-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion @feature/feature-cliui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion @feature/feature-dotenv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion @feature/feature-prepare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion @feature/feature-pretty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion @feature/feature-readme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion @feature/feature-updater/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion @lib/shell-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion @lib/util-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion @webpack-plugin/compare-envs-webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion @webpack-plugin/crx-manifest-webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion @webpack-plugin/dts-webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion @webpack-plugin/dynamic-envs-webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion @webpack-plugin/html-enhance-webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion @webpack-plugin/memfs-webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion @webpack-plugin/seed-webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion @webpack-plugin/stackblitz-webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion @webpack-plugin/zip-webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7f10eb4

Please sign in to comment.