Skip to content

Commit 7c5c93a

Browse files
committed
prepare v1.1.1
1 parent b55078f commit 7c5c93a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-sortablejs",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"type": "module",
55
"source": "src/index.ts",
66
"main": "build/index.js",
@@ -18,7 +18,7 @@
1818
"scripts": {
1919
"build": "parcel build && npm run distribute",
2020
"distribute": "node distribute.js",
21-
"publish": "cd build && npm publish"
21+
"publish": "npm run build && cd build && npm publish"
2222
},
2323
"peerDependencies": {
2424
"react": "^17.0.0 || ^18.0.0",

0 commit comments

Comments
 (0)