Clean up benchmark exports and PropTypes import

This commit is contained in:
Nicolas Gallagher
2017-07-09 18:42:42 -07:00
parent 8f56454ed7
commit 2607cb25ab
35 changed files with 68 additions and 67 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
"jest": "jest",
"jest:watch": "yarn test -- --watch",
"lint": "yarn lint:cmd -- benchmarks docs src",
"lint:cmd": "eslint --fix --ignore-path .gitignore",
"lint:cmd": "eslint --ignore-path .gitignore --fix",
"precommit": "lint-staged",
"release": "yarn lint && yarn test && yarn compile && yarn build && npm publish",
"test": "flow && jest"