Skip to content

Commit

Permalink
Fix output bug
Browse files Browse the repository at this point in the history
  • Loading branch information
NavOrange committed Mar 30, 2024
1 parent 83d25ad commit 7b81e74
Show file tree
Hide file tree
Showing 3 changed files with 243 additions and 241 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ban12/tailwindcss-safe-area",
"version": "0.2.2",
"version": "0.2.3",
"main": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
Expand All @@ -11,7 +11,7 @@
},
"scripts": {
"test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js",
"swcify": "swc ./src/index.ts --out-dir ./dist",
"swcify": "swc src -d dist --strip-leading-paths",
"build": "npm run swcify",
"dev": "npm run swcify -- --watch",
"postbuild": "tsc --emitDeclarationOnly",
Expand Down Expand Up @@ -48,15 +48,15 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@swc/cli": "^0.3.10",
"@swc/core": "^1.4.6",
"@swc/core": "^1.4.11",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
"expect": "^29.7.0",
"jest": "^29.7.0",
"jest-diff": "^29.7.0",
"postcss": "^8.4.35",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"tailwindcss": "3.4.1",
"typescript": "^5.4.2"
"tailwindcss": "3.4.3",
"typescript": "^4.9.5"
}
}
Loading

0 comments on commit 7b81e74

Please sign in to comment.