Skip to content

Commit 78c0d61

Browse files
committed
schematics(update): update version
1 parent ec12f25 commit 78c0d61

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

schematics/scully/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

schematics/scully/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scullyio/init",
3-
"version": "0.0.17",
3+
"version": "0.0.18",
44
"description": "Add scully to your angular app",
55
"repository": {
66
"type": "GIT",

schematics/scully/src/route-discovery/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ const routeDiscovery = (options: Schema) => async (tree: Tree, context: Schemati
3131
context.logger.error(`No scully configuration file found ${scullyConfigFile}`);
3232
}
3333

34-
console.log(scullyJs);
3534
let newScullyJs = '';
3635
routes.forEach(route => {
3736
if (+scullyJs.search(route) < 0) {

0 commit comments

Comments
 (0)