Skip to content

Commit

Permalink
✨ published config packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkShawn2020 committed Nov 20, 2024
1 parent 6efb9ee commit aaedcc4
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/tools/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cs-magic/eslint-config",
"version": "0.3.0",
"version": "0.4.0",
"description": "Shared ESLint configurations for CS Magic projects",
"exports": {
".": "./src/base.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cs-magic/prettier-config",
"version": "0.1.0",
"version": "0.2.0",
"description": "Shared Prettier configurations for CS Magic projects",
"main": "src/index.js",
"publishConfig": {
Expand Down
14 changes: 6 additions & 8 deletions packages/tools/ts-config/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
{
"name": "@cs-magic/ts-config",
"version": "0.2.0",
"version": "0.3.0",
"description": "Shared TypeScript configurations for CS Magic projects",
"publishConfig": {
"access": "public"
},
"exports": {
".": "./tsconfig.base.json",
"./base": "./tsconfig.base.json",
"./node": "./tsconfig.node.json",
"./dom": "./tsconfig.dom.json"
".": "./src/tsconfig.base.json",
"./base": "./src/tsconfig.base.json",
"./node": "./src/tsconfig.node.json",
"./dom": "./src/tsconfig.dom.json"
},
"files": [
"tsconfig.base.json",
"tsconfig.dom.json",
"tsconfig.node.json"
"src"
],
"keywords": [
"typescript",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit aaedcc4

Please sign in to comment.