Skip to content

Commit

Permalink
BIG update for configuration parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
niels committed Sep 3, 2020
1 parent d18224e commit 9c6a040
Show file tree
Hide file tree
Showing 11 changed files with 465 additions and 379 deletions.
148 changes: 75 additions & 73 deletions dist/scheduler-card.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"@rollup/plugin-json": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^2.6.0",
"@typescript-eslint/parser": "^2.6.0",
"ajv": "^6.12.4",
"custom-card-helpers": "^1.6.5",
"eslint": "^6.6.0",
"eslint-config-airbnb-base": "^14.0.0",
Expand All @@ -45,10 +46,9 @@
"rollup-plugin-typescript2": "^0.24.3",
"rollup-plugin-uglify": "^6.0.3",
"slugify": "^1.4.5",
"typescript": "^3.6.4",
"zod": "^1.11.1"
"typescript": "^3.6.4"
},
"devDependencies": {
"rollup-plugin-commonjs": "^10.1.0"
}
}
}
1 change: 1 addition & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ export default [
sourcemap: false
},
plugins: [...plugins],
context: 'window'
},
];
Loading

0 comments on commit 9c6a040

Please sign in to comment.