Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit bbfcf15

Browse files
committed
v1.0.6
1 parent 0d5b87f commit bbfcf15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dracula-ui",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "A dark-first collection of UI patterns and components.",
55
"homepage": "https://ui.draculatheme.com",
66
"repository": "dracula/dracula-ui",
@@ -17,7 +17,7 @@
1717
"test": "jest",
1818
"docs": "yarn test -u && node ./dsp/update.js && cp -r dsp ./dist",
1919
"lint": "echo Linting",
20-
"release": "./scripts/release.sh",
20+
"release": "bash scripts/release.sh",
2121
"deploy": "./scripts/deploy.sh"
2222
},
2323
"peerDependencies": {

0 commit comments

Comments
 (0)