Skip to content

Commit

Permalink
fix: adjust package.json fields (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
luckasnix authored Nov 18, 2024
1 parent 8863415 commit 3fab000
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
{
"name": "@kasnix/structured-objects",
"version": "1.0.2",
"version": "1.0.3",
"repository": {
"type": "git",
"url": "https://github.com/luckasnix/structured-objects.git"
"url": "git+https://github.com/luckasnix/structured-objects.git"
},
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
}
},
"files": [
"dist"
],
Expand Down

0 comments on commit 3fab000

Please sign in to comment.