Skip to content

Commit

Permalink
Revert - Run prettier on commit, failing on demo
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkp committed Oct 29, 2017
1 parent 34827aa commit 6f1c7ca
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
"demo": "npm run compile && browserify demo/Example.js -t -o demo/bundle.js",
"demo:watch": "npm run compile:watch & watchify demo/Example.js -t -o demo/bundle.js",
"demo:publish": "npm run compile && browserify demo/Example.js -t -o demo/bundle.js && surge demo react-calendar-pane.surge.sh",
"precommit": "lint-staged",
"prettier": "prettier --single-quote --trailing-comma es5 --write './{src,test,demo}/**/*.js'",
"release:patch": "npm test && npm run compile && npm version patch && git push && npm publish"
},
Expand All @@ -86,11 +85,5 @@
"plugins": [
"add-module-exports"
]
},
"lint-staged": {
"*.js": [
"prettier --write",
"git add"
]
}
}

0 comments on commit 6f1c7ca

Please sign in to comment.