We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 843315a commit a6e30a5Copy full SHA for a6e30a5
1 file changed
package.json
@@ -2,7 +2,7 @@
2
"name": "query-plus",
3
"author": "Rod Lewis",
4
"description": "Fetch data from a remote API with React",
5
- "version": "0.10.8",
+ "version": "0.10.9",
6
"license": "MIT",
7
"repository": {
8
"type": "git",
@@ -20,7 +20,7 @@
20
"dev": "vite",
21
"build": "tsc && vite build",
22
"preview": "vite preview",
23
- "prepack": "json -f package.json -I -e \"delete this.devDependencies;delete this.dependencies\"",
+ "prepack": "json -f package.json -I -e \"delete this.devDependencies;\"",
24
"test": "vitest --config ./vitest.config.ts",
25
"coverage": "vitest run --coverage"
26
},
0 commit comments