Skip to content

Commit

Permalink
Fix format commmand
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Sep 6, 2017
1 parent fa3851c commit b2f979f
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,20 @@
"description": "Netlify Identity widget for easy integration",
"releaseVersion": "v1",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --inline --hot --progress",
"dev":
"cross-env NODE_ENV=development webpack-dev-server --inline --hot --progress",
"start": "serve build -s -c 1",
"prestart": "npm run build",
"build": "cross-env NODE_ENV=production webpack --progress",
"prebuild": "mkdirp build",
"test": "npm run -s lint",
"lint": "eslint src test",
"release": "node ./script/release.js",
"format": "prettier --write 'src/**/*.js'",
"format-preview": "prettier --list-different 'src/**/*.js'"
"format": "prettier-eslint --write 'src/**/*.js'",
"format-preview": "prettier-eslint --list-different 'src/**/*.js'"
},
"main": "./releases/v1/netlify-identity",
"keywords": [
"netlify",
"identity",
"authentication"
],
"keywords": ["netlify", "identity", "authentication"],
"license": "MIT",
"author": "Matt Biilmann <[email protected]>",
"devDependencies": {
Expand Down

0 comments on commit b2f979f

Please sign in to comment.