Skip to content

Commit aaedcc4

Browse files
committed
✨ published config packages
1 parent 6efb9ee commit aaedcc4

File tree

6 files changed

+8
-10
lines changed

6 files changed

+8
-10
lines changed

packages/tools/eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cs-magic/eslint-config",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Shared ESLint configurations for CS Magic projects",
55
"exports": {
66
".": "./src/base.js",

packages/tools/prettier-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cs-magic/prettier-config",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Shared Prettier configurations for CS Magic projects",
55
"main": "src/index.js",
66
"publishConfig": {

packages/tools/ts-config/package.json

+6-8
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
{
22
"name": "@cs-magic/ts-config",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Shared TypeScript configurations for CS Magic projects",
55
"publishConfig": {
66
"access": "public"
77
},
88
"exports": {
9-
".": "./tsconfig.base.json",
10-
"./base": "./tsconfig.base.json",
11-
"./node": "./tsconfig.node.json",
12-
"./dom": "./tsconfig.dom.json"
9+
".": "./src/tsconfig.base.json",
10+
"./base": "./src/tsconfig.base.json",
11+
"./node": "./src/tsconfig.node.json",
12+
"./dom": "./src/tsconfig.dom.json"
1313
},
1414
"files": [
15-
"tsconfig.base.json",
16-
"tsconfig.dom.json",
17-
"tsconfig.node.json"
15+
"src"
1816
],
1917
"keywords": [
2018
"typescript",

0 commit comments

Comments
 (0)