Skip to content

Commit

Permalink
refactor: small changes (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: Almanov Nikita <131481562+nikkeyl@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and nikkeyl committed Aug 15, 2024
1 parent d147c2b commit 44f4847
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
provenance=true
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pnpm-lock.yaml
# *rc
.czrc
.ecrc
.npmrc

# Configs
.editorconfig
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,14 @@
"pnpm": "9.4.0"
},
"type": "module",
"types": "index.d.ts",
"types": "dist/index.d.ts",
"imports": {
"#features": "./src/features/index.ts",
"#shared": "./src/shared/index.ts",
"#types": "./src/shared/types/index.d.ts"
},
"exports": {
".": "./dist/index.js",
"./index.d.ts": "./dist/index.d.ts"
".": "./dist/index.js"
},
"files": [
"dist"
Expand Down

0 comments on commit 44f4847

Please sign in to comment.