Skip to content

Commit

Permalink
fix: require deploy as internal plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
cpselvis committed Sep 29, 2018
1 parent b61361f commit 81c01c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions lib/core/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ class Feflow {
require('../internal/build')(this);
require('../internal/lint')(this);
require('../internal/eject')(this);
require('../internal/deploy')(this);

// Init client and load external plugins
return Promise.each([
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "feflow-cli",
"version": "0.14.0",
"version": "0.14.1",
"description": "A command line tool aims to improve front-end engineer workflow.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -27,7 +27,7 @@
"feflow": "./bin/feflow"
},
"configs": {
"compatibleVersion": ">=0.13.5"
"compatibleVersion": ">=0.14.0"
},
"dependencies": {
"abbrev": "^1.1.0",
Expand Down

0 comments on commit 81c01c5

Please sign in to comment.