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

Commit

Permalink
v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
luxonauta committed Jan 30, 2023
1 parent 0d5b87f commit bbfcf15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dracula-ui",
"version": "1.0.5",
"version": "1.0.6",
"description": "A dark-first collection of UI patterns and components.",
"homepage": "https://ui.draculatheme.com",
"repository": "dracula/dracula-ui",
Expand All @@ -17,7 +17,7 @@
"test": "jest",
"docs": "yarn test -u && node ./dsp/update.js && cp -r dsp ./dist",
"lint": "echo Linting",
"release": "./scripts/release.sh",
"release": "bash scripts/release.sh",
"deploy": "./scripts/deploy.sh"
},
"peerDependencies": {
Expand Down

0 comments on commit bbfcf15

Please sign in to comment.