We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c32e5b6 + cede73f commit 7cc617fCopy full SHA for 7cc617f
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-plugin-hbs",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Provide linting for hbs template literals inside of JavaScript",
5
"keywords": [
6
"eslint",
@@ -17,15 +17,15 @@
17
"requireindex": "^1.2.0"
18
},
19
"peerDependencies": {
20
- "ember-template-lint": "^1.5.3"
+ "ember-template-lint": "^2.0.0"
21
22
"devDependencies": {
23
- "ember-template-lint": "^1.5.3",
24
- "eslint": "^6.2.1",
25
- "mocha": "^6.2.0"
+ "ember-template-lint": "^2.0.0",
+ "eslint": "^7.2.1",
+ "mocha": "^9.0.0"
26
27
"engines": {
28
- "node": ">=10.13.0"
+ "node": ">=12.0.0"
29
30
"license": "ISC",
31
"files": [
0 commit comments