Version 2.0!

This commit is contained in:
2019-11-05 00:28:13 +01:00
parent bff8a650bc
commit fd2e449001
21 changed files with 4875 additions and 619 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "card-tools",
"private": true,
"version": "2.0.0",
"description": "Lovelace Card Tools",
"scripts": {
"build": "webpack",
"watch": "webpack --watch --mode=development"
},
"repository": {
"type": "git",
"url": "github.com:thomasloven/card-tools"
},
"author": "Thomas Lovén",
"license": "MIT",
"devDependencies": {
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
}
}