Skip to content

Commit

Permalink
Merge pull request #26 from permaweb/jfrain99/bump-version
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
jfrain99 authored Oct 19, 2024
2 parents e874923 + 529fcb1 commit 9e1cb05
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,7 +1,7 @@
{
"private": true,
"name": "preact-specs",
"version": "0.0.0",
"version": "0.0.1",
"license": "MIT",
"type": "module",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"test": "jest",
"tw:build": "npx tailwindcss -i src/tailwind.css -c tailwind.config.js -o src/index.css",
"tw:watch": "npx tailwindcss -i src/tailwind.css -c tailwind.config.js -o src/index.css --watch",
"deploy-main": "tw:build && vite build && permaweb-deploy --ant-process 4bKkvG1AvzX6Ks2vjopkZQwvxUT0-jvvgAD3Xa0JDVs"
"deploy-main": "npm run tw:build && vite build && permaweb-deploy --ant-process 4bKkvG1AvzX6Ks2vjopkZQwvxUT0-jvvgAD3Xa0JDVs"
},
"eslintConfig": {
"parser": "@typescript-eslint/parser",
Expand Down

0 comments on commit 9e1cb05

Please sign in to comment.