diff --git a/package.json b/package.json index e15a2cb..9b40d3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "netlify-cms-react-starter", - "version": "0.1.2", + "version": "0.1.3", "private": true, "devDependencies": { "babel-eslint": "^8.0.1", @@ -50,8 +50,7 @@ "start": "npm-run-all prepare-content -p start:content start:app", "start:app": "react-scripts start", "start:content": "chokidar 'content/**/**' -c 'npm run prepare-content'", - "build": - "npm-run-all -s prepare-content build:app build:postcss build:react-snapshot build:sitemap build:sw build:sha", + "build": "npm-run-all -s prepare-content build:app build:postcss build:react-snapshot build:sitemap build:sw build:sha", "build:app": "react-scripts build", "build:postcss": "postcss build/static/css/*.css -r", "build:react-snapshot": "react-snapshot", @@ -65,6 +64,8 @@ "eject": "react-scripts eject" }, "reactSnapshot": { - "include": ["/404"] + "include": [ + "/404" + ] } }