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

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
luxonauta committed Oct 5, 2022
1 parent e10992c commit fd498b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dracula-ui",
"version": "1.0.2",
"version": "1.0.3",
"description": "A dark-first collection of UI patterns and components.",
"homepage": "https://ui.draculatheme.com",
"repository": "dracula/dracula-ui",
Expand All @@ -15,9 +15,9 @@
"build": "tsdx build && node ./scripts/css-to-js.js && cp package.json ./dist && cp README.md ./dist && cp -r dsp ./dist",
"dev": "yarn build && yarn docs && concurrently \"yarn start\" \"cd website && yarn && yarn dev\" ",
"test": "jest",
"docs": "RECORDING=true yarn test -u && node ./dsp/update.js && cp -r dsp ./dist",
"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 fd498b9

Please sign in to comment.