Compare commits
2 Commits
bdd99e9374
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| a00818017b | |||
| 84f973d9dc |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"project_name": "Lovelace Custom Card",
|
||||
"project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '-') ",
|
||||
"project_file": "{{ cookiecutter.project_slug.replace('lovelace-', '') ",
|
||||
"project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '-') }}",
|
||||
"project_file": "{{ cookiecutter.project_slug.replace('lovelace-', '') }}",
|
||||
"author": "Thomas Lovén"
|
||||
}
|
||||
@@ -32,4 +32,4 @@
|
||||
},
|
||||
"files.trimTrailingWhitespace": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,2 +1,3 @@
|
||||
{{ cookiecutter.project_file }}.js binary
|
||||
package-lock.json.binary
|
||||
src/{{ cookiecutter.project_file }}.js -binary
|
||||
package-lock.json binary
|
||||
|
||||
@@ -28,5 +28,5 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,5 +6,5 @@
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"experimentalDecorators": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user