Skip to content

Commit

Permalink
Fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
LorisSigrist committed Nov 8, 2023
1 parent f4afef9 commit 0222c4a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions packages/t18s/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "t18s",
"description": "Typesafe i18n for SvelteKit",
"version": "0.0.2",
"version": "0.1.2",
"author": "Loris Sigrist",
"type": "module",
"main": "src/index.js",
Expand All @@ -22,7 +22,8 @@
"@formatjs/icu-messageformat-parser": "^2.6.2",
"js-yaml": "^4.1.0",
"kleur": "^4.1.5",
"magic-string": "^0.30.4"
"magic-string": "^0.30.4",
"typescript-event-target": "^1.0.5"
},
"devDependencies": {
"@formatjs/intl": "^2.9.3",
Expand All @@ -32,7 +33,6 @@
"dts-buddy": "^0.2.5",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"typescript-event-target": "^1.0.5",
"vitest": "^0.34.6"
},
"peerDependencies": {
Expand All @@ -42,6 +42,7 @@
"files": [
"types",
"src",
"compiler",
"!**/*.test.js"
],
"exports": {
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit 0222c4a

Please sign in to comment.