Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
crashmax-dev committed Nov 21, 2023
1 parent 62919cd commit 9fdb4ff
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
8 changes: 5 additions & 3 deletions packages/xml-locales/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@
],
"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
"utils": ["./dist/utils/index.d.ts"]
"*": {
"utils": [
"./dist/utils/index.d.ts"
]
}
},
"exports": {
Expand All @@ -22,7 +24,7 @@
"dev": "tsup --watch",
"build": "tsup",
"test": "vitest run --coverage",
"test:watch": "vitest --ui --watch --coverage"
"test:watch": "vitest --ui --watch --coverage"
},
"dependencies": {
"fast-xml-parser": "4.3.2",
Expand Down
24 changes: 12 additions & 12 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"$schema": "https://turborepo.org/schema.json",
"pipeline": {
"dev": {
"cache": false
},
"build": {
"cache": true,
"outputs": [
"dist/**"
]
}
}
"$schema": "https://turborepo.org/schema.json",
"pipeline": {
"dev": {
"cache": false
},
"build": {
"cache": true,
"outputs": [
"dist/**"
]
}
}
}

0 comments on commit 9fdb4ff

Please sign in to comment.