prefix version in package

This commit is contained in:
Matthias 2021-12-02 11:33:02 +01:00
parent fba80e1dea
commit 29cd2ee9bd
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076
2 changed files with 2 additions and 1 deletions

View File

@ -47,6 +47,5 @@ jobs:
python check_js_templates.py
- name: Lint Javascript Files
run: |
npm install eslint eslint-config-google
invoke render-js-files
npx eslint js_tmp/*.js

View File

@ -1,5 +1,7 @@
{
"dependencies": {
"eslint": "^8.3.0",
"eslint-config-google": "^0.14.0",
"markuplint": "^1.11.4"
}
}