File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1+ # v0.2.0
2+
3+ - Add handling of store auto-subscriptions and other injected variables
4+ - Require alpha 21
5+
16# v0.1.0
27
38- Initial release
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-svelte3" ,
3- "version" : " 0.1 .0" ,
3+ "version" : " 0.2 .0" ,
44 "description" : " An ESLint plugin for Svelte v3 components." ,
55 "keywords" : [
66 " eslint" ,
1111 "main" : " index.js" ,
1212 "repository" : {
1313 "type" : " git" ,
14- "url" : " https://github.com/Conduitry /eslint-plugin-svelte3.git"
14+ "url" : " https://github.com/sveltejs /eslint-plugin-svelte3.git"
1515 },
1616 "author" : " Conduitry" ,
1717 "license" : " MIT" ,
1818 "bugs" : {
19- "url" : " https://github.com/Conduitry /eslint-plugin-svelte3/issues"
19+ "url" : " https://github.com/sveltejs /eslint-plugin-svelte3/issues"
2020 },
2121 "peerDependencies" : {
22- "svelte" : " ^3"
22+ "svelte" : " ^3.0.0 "
2323 }
2424}
You can’t perform that action at this time.
0 commit comments