Skip to content

Commit

Permalink
Remove deprecated saga generator
Browse files Browse the repository at this point in the history
  • Loading branch information
mxstbr committed May 15, 2016
1 parent 0f8d87d commit 191b453
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 68 deletions.
2 changes: 0 additions & 2 deletions internals/generators/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@

const componentGenerator = require('./component/index.js');
const containerGenerator = require('./container/index.js');
const sagaGenerator = require('./saga/index.js');
const routeGenerator = require('./route/index.js');

module.exports = (plop) => {
plop.setGenerator('component', componentGenerator);
plop.setGenerator('container', containerGenerator);
plop.setGenerator('saga', sagaGenerator);
plop.setGenerator('route', routeGenerator);
};
50 changes: 0 additions & 50 deletions internals/generators/saga/index.js

This file was deleted.

7 changes: 0 additions & 7 deletions internals/generators/saga/saga.js.hbs

This file was deleted.

9 changes: 0 additions & 9 deletions internals/generators/saga/test.js.hbs

This file was deleted.

0 comments on commit 191b453

Please sign in to comment.