Skip to content

Commit

Permalink
v0.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
josefaidt committed May 23, 2021
1 parent 2c01855 commit 957af61
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": "svelte-themer",
"version": "0.4.9",
"version": "0.4.10",
"homepage": "https://svelte-themer.now.sh",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"scripts": {
"build": "rollup -c",
"dev": "yarn build -w",
"prepublishOnly": "yarn build",
"prepublishOnly": "yarn test && yarn build",
"release": "changeset publish",
"format": "prettier --write \"{components,support,docs}/**/*.{js,json,svelte}\"",
"test": "jest components"
Expand Down

0 comments on commit 957af61

Please sign in to comment.