Skip to content

Commit

Permalink
Tidy up package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
m-allanson committed Jun 28, 2018
1 parent 69ebadc commit 2d1bd25
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions examples/using-javascript-transforms/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 2d1bd25

Please sign in to comment.