Skip to content

Commit efed8f5

Browse files
committed
fix to also work with no preprocessed AST
1 parent f81cc04 commit efed8f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"test": "npm run build && node test"
3232
},
3333
"devDependencies": {
34-
"eslint": ">=6.0.0",
34+
"eslint": "^7.7.0",
3535
"rollup": "^1",
36-
"svelte": "^3.2.0"
36+
"svelte": "^3.24.1"
3737
}
3838
}

0 commit comments

Comments
 (0)