We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d4d043 commit ab233ddCopy full SHA for ab233dd
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# solid-create-script
2
3
+## 1.2.4
4
+
5
+### Patch Changes
6
7
+- adds peer dependencies as dev dependencies to upload to jsr properly
8
9
## 1.2.3
10
11
### Patch Changes
jsr.json
@@ -1,6 +1,6 @@
{
"name": "@dschz/solid-create-script",
- "version": "1.2.3",
+ "version": "1.2.4",
"license": "MIT",
"exports": "./src/index.tsx",
"publish": {
package.json
"description": "Solid utility hook to dynamically load an external script.",
"type": "module",
"main": "./dist/index.js",
0 commit comments