Skip to content

Commit

Permalink
v1.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
matan-h committed Jun 16, 2024
1 parent 8ed34e2 commit a20d86c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "converter",
"version": "1.0.25",
"version": "1.0.26",
"private": true,
"homepage": "./",
"dependencies": {
Expand All @@ -25,10 +25,8 @@
"web-vitals": "^2.1.0"
},
"scripts": {
"predeploy" : "yarn run build",
"deploy" : "gh-pages -d build",


"predeploy": "yarn run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
Expand Down

0 comments on commit a20d86c

Please sign in to comment.