Skip to content

Commit

Permalink
Added generator lint and updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vsulak committed Mar 16, 2020
1 parent 3fcf186 commit c3aa95c
Show file tree
Hide file tree
Showing 3 changed files with 1,132 additions and 73 deletions.
2 changes: 1 addition & 1 deletion generator/app.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const glob = require('glob');
const fs = require('fs');
const glob = require('glob');

const files = glob.sync('../lib/zones/**/*.ics');
const zones = {};
Expand Down
Loading

0 comments on commit c3aa95c

Please sign in to comment.