Skip to content
This repository was archived by the owner on Dec 30, 2023. It is now read-only.

Commit d8e3221

Browse files
authored
refactor(string): ♻️ Reorganization (#105)
1 parent e71a937 commit d8e3221

32 files changed

+698
-679
lines changed

.changeset/gorgeous-fans-joke.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@terminal-nerds/snippets-string": minor
3+
---
4+
5+
♻️ Major refactoring of the package

packages/string/package.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,18 @@
3232
"require": "./dist/main.cjs"
3333
},
3434
"./*": {
35-
"types": "./dist/*/*.d.ts",
36-
"import": "./dist/*/*.js",
37-
"require": "./dist/*/*.cjs"
35+
"types": [
36+
"./dist/*.d.ts",
37+
"./dist/*/index.d.ts"
38+
],
39+
"import": [
40+
"./dist/*.js",
41+
"./dist/*/index.js"
42+
],
43+
"require": [
44+
"./dist/*.cjs",
45+
"./dist/*/index.cjs"
46+
]
3847
}
3948
},
4049
"files": [

packages/string/source/char/char.test.ts

Lines changed: 0 additions & 341 deletions
This file was deleted.

0 commit comments

Comments
 (0)