Skip to content
This repository has been archived by the owner on Oct 18, 2018. It is now read-only.

Commit

Permalink
Remove Gulp, add babel-cli (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoang Chau Khanh authored and Hoang Chau Khanh committed Aug 18, 2016
1 parent 2b8fbfb commit b054551
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
10 changes: 0 additions & 10 deletions gulpfile.js

This file was deleted.

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "webpack-dev-server --port=3000",
"test": "jest",
"test-coverage": "jest && codecov",
"build": "gulp build"
"build": "babel src --out-dir lib"
},
"repository": {
"type": "git",
Expand All @@ -33,15 +33,14 @@
"react-dom": "^15.3.0"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-core": "^6.13.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"jest-cli": "^14.1.0",
"react-addons-test-utils": "^15.3.0",
"webpack": "^1.13.1",
Expand All @@ -57,5 +56,8 @@
"testRegex": "test/.*\\.js$",
"coverageDirectory": "coverage/",
"collectCoverage": true
},
"optionalDependencies": {
"gitbook-cli": "^2.3.0"
}
}

0 comments on commit b054551

Please sign in to comment.