Skip to content

Commit 4965af7

Browse files
author
devgioele
committed
mv configs to root and specify them without glob pattern
1 parent d6efb39 commit 4965af7

5 files changed

Lines changed: 5 additions & 2 deletions

File tree

File renamed without changes.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@
88
},
99
"files": [
1010
"readme.md",
11-
"configs/*"
11+
"ts.js",
12+
"ts-react.js",
13+
"ts-next.js",
14+
"formatjs.js"
1215
],
13-
"main": "./configs/ts.js",
16+
"main": "ts.js",
1417
"engines": {
1518
"npm": ">=8",
1619
"node": ">=16"
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)