diff --git a/package-lock.json b/package-lock.json index d34057d0..df25f137 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "superplate-cli", - "version": "1.1.3", + "version": "1.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3f31fa28..7d0ff233 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superplate-cli", - "version": "1.1.3", + "version": "1.1.4", "description": "The frontend boilerplate with superpowers", "license": "MIT", "repository": { diff --git a/templates/react/_package.json b/templates/react/_package.json index 73d64ced..11fca79d 100644 --- a/templates/react/_package.json +++ b/templates/react/_package.json @@ -17,7 +17,7 @@ "web-vitals": "^1.1.1" }, "scripts": { - "start": "react-scripts start", + "dev": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject"