Skip to content

Commit

Permalink
schematics(update): update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeucano committed Jan 24, 2020
1 parent ec12f25 commit 78c0d61
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion schematics/scully/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion schematics/scully/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scullyio/init",
"version": "0.0.17",
"version": "0.0.18",
"description": "Add scully to your angular app",
"repository": {
"type": "GIT",
Expand Down
1 change: 0 additions & 1 deletion schematics/scully/src/route-discovery/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ const routeDiscovery = (options: Schema) => async (tree: Tree, context: Schemati
context.logger.error(`No scully configuration file found ${scullyConfigFile}`);
}

console.log(scullyJs);
let newScullyJs = '';
routes.forEach(route => {
if (+scullyJs.search(route) < 0) {
Expand Down

0 comments on commit 78c0d61

Please sign in to comment.