Fix devcontainer
Fix editor lazyloaded elements
Fix rollup
Fix hasChanged error
This commit is contained in:
Ian Richardson
2020-10-20 21:10:17 -05:00
committed by GitHub
parent 07103ec8f4
commit 396e90b451
7 changed files with 107 additions and 32 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "boilerplate-card",
"version": "1.1.9",
"version": "1.2.0",
"description": "Lovelace boilerplate-card",
"keywords": [
"home-assistant",
@@ -24,7 +24,7 @@
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.4.0",
"@rollup/plugin-json": "^4.0.0",
"@rollup/plugin-json": "^4.1.0",
"@typescript-eslint/eslint-plugin": "^2.6.0",
"@typescript-eslint/parser": "^2.6.0",
"eslint": "^6.6.0",
@@ -44,9 +44,9 @@
"typescript": "^3.6.4"
},
"scripts": {
"start": "rollup -c --watch",
"start": "rollup -c rollup.config.dev.js --watch",
"build": "npm run lint && npm run rollup",
"lint": "eslint src/*.ts",
"rollup": "rollup -c"
}
}
}