From 2d1bd25bfe939a2825ebd5fb6ba9275b2e4887e7 Mon Sep 17 00:00:00 2001 From: Mike Allanson Date: Thu, 28 Jun 2018 23:42:14 +0100 Subject: [PATCH] Tidy up package.json --- examples/using-javascript-transforms/package.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/examples/using-javascript-transforms/package.json b/examples/using-javascript-transforms/package.json index 8145e0b52df19..fe5b372bac998 100644 --- a/examples/using-javascript-transforms/package.json +++ b/examples/using-javascript-transforms/package.json @@ -1,16 +1,12 @@ { "name": "gatsby-example-using-javascript-transforms", - "version": "1.0.0", + "version": "2.0.0", "description": "example site and blog", "main": "index.js", "scripts": { - "develop": "node_modules/.bin/gatsby develop", - "dev:hard": "rm -rf .cache && rm -rf public && npm run develop", - "build": "npm run clean & .\\node_modules\\.bin\\gatsby build", - "serve": "node_modules/.bin/gatsby serve", - "clean:public": "rm -rf public & mkdir public", - "clean": "npm run clean:public", - "lint": "./node_modules/.bin/eslint --ext .js,.jsx --ignore-pattern public .", + "develop": "gatsby develop", + "build": "gatsby build", + "serve": "gatsby serve", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [