Skip to content

Commit

Permalink
🚚 refactor: move packages/tool-tsconfig-paths to tools/tsconfig-paths
Browse files Browse the repository at this point in the history
  • Loading branch information
lemon-clown committed Jun 29, 2020
1 parent 69bb329 commit b6e2d87
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "git",
"url": "https://github.com/lemon-clown/barusu.git"
},
"homepage": "https://github.com/lemon-clown/barusu/tree/master/packages/tool-tsconfig-paths#readme",
"homepage": "https://github.com/lemon-clown/barusu/tree/master/tools/tsconfig-paths#readme",
"main": "lib/cjs/index.js",
"types": "lib/types/index.d.ts",
"source": "src/index.ts",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
"@barusu/tool-find-inconsistent-packages": [
"./packages/tool-find-inconsistent-packages/src"
],
"@barusu/tool-tsconfig-paths": [
"./packages/tool-tsconfig-paths/src"
],
"@barusu/webpack-source-map-loader": [
"./packages/webpack-source-map-loader/src"
],
Expand All @@ -36,6 +33,9 @@
"@barusu/tool-sort-imports": [
"./tools/sort-imports/src"
],
"@barusu/tool-tsconfig-paths": [
"./tools/tsconfig-paths/src"
],
}
}
}

0 comments on commit b6e2d87

Please sign in to comment.