Skip to content

Commit

Permalink
fix: appeased Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-potter committed Dec 17, 2024
1 parent 3312ad7 commit 69c0780
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions packages/harper.js/package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"name": "harper.js",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"test": "vitest run"
},
"dependencies": {
"wasm": "link:../../harper-wasm/pkg"
},
"devDependencies": {
"@vitest/browser": "^2.1.8",
"playwright": "^1.49.1",
"typescript": "~5.6.2",
"vite": "^5.1.8",
"vite-plugin-dts": "^4.3.0",
"vitest": "^2.1.8"
},
"main": "dist/harper.js",
"types": "dist/harper.d.ts"
"name": "harper.js",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"test": "vitest run"
},
"dependencies": {
"wasm": "link:../../harper-wasm/pkg"
},
"devDependencies": {
"@vitest/browser": "^2.1.8",
"playwright": "^1.49.1",
"typescript": "~5.6.2",
"vite": "^5.1.8",
"vite-plugin-dts": "^4.3.0",
"vitest": "^2.1.8"
},
"main": "dist/harper.js",
"types": "dist/harper.d.ts"
}

0 comments on commit 69c0780

Please sign in to comment.