Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Commit

Permalink
Upgrade build pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
garetht committed Aug 5, 2017
1 parent 8e5483e commit 3c366e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"fix": "eslint --fix --ext .jsx --ext .js ./src ./__tests__ ./pipeline",
"typecheck": "flow version && flow check",
"verify": "npm test && npm run typecheck && npm run lint",
"develop": "gulp develop",
"preversion": "npm run verify",
"prepublish": "gulp release",
"lint-staged": "lint-staged",
Expand Down Expand Up @@ -60,9 +61,10 @@
"babel-plugin-transform-object-rest-spread": "6.23.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"babelify": "^6.3.0",
"babelify": "7.3.0",
"browserify": "^9.0.3",
"coveralls": "^2.11.2",
"create-react-class": "15.6.0",
"del": "2.0.2",
"envify": "3.4.0",
"enzyme": "2.9.1",
Expand All @@ -74,7 +76,7 @@
"eslint-plugin-react": "7.1.0",
"flow-bin": "0.52.0",
"gulp": "^3.8.8",
"gulp-babel": "^5.2.1",
"gulp-babel": "6.1.2",
"gulp-concat": "^2.4.3",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.2.4",
Expand Down

0 comments on commit 3c366e9

Please sign in to comment.