Skip to content

Commit

Permalink
(- doc new) Add default build-task to example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ELLIOTTCABLE committed Feb 5, 2019
1 parent 124fcbe commit 2c68573
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Add these lines near the top of your `gulpfile`:
var codeverseTasks = require('@codeverse/gulp-registry');
gulp.registry(codeverseTasks);

// You can define new tasks below here; for instance, adding a single task that runs
// multiple other tasks:
gulp.task('build');

### Configuration

The tasks contained herein are configured by entries in each project's `package.json`. See
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
"@codeverse/eslint-config": "^2.0.0-pre.3",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"babel-plugin-bucklescript": "^0.5.3",
"bs-platform": "^4.0.18",
"camelcase": "^5.0.0",
"chai": "^4.2.0",
"del": "^3.0.0",
Expand Down Expand Up @@ -63,6 +65,7 @@
"plugin-error": "^1.0.1",
"precise-commits": "^1.0.2",
"prettier": "1.14.3",
"reason-cli": "^3.3.3-macos-1",
"sinon": "^7.2.2",
"sinon-chai": "^3.3.0",
"typescript": "^3.2.4",
Expand Down

0 comments on commit 2c68573

Please sign in to comment.