File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 28
28
"check:dependency-check" : " dependency-check *.js 'test/**/*.js' --no-dev -i type-fest" ,
29
29
"check:installed-check" : " installed-check -i eslint" ,
30
30
"check:lint" : " eslint ." ,
31
- "skip- check:skypack" : " package-check" ,
31
+ "check:skypack" : " package-check" ,
32
32
"check:tsc" : " tsc" ,
33
33
"check:type-coverage" : " type-coverage --detail --strict --at-least 100" ,
34
34
"check" : " run-s clean && run-p -c --aggregate-output check:*" ,
47
47
"pre-push" : " npm test"
48
48
}
49
49
},
50
- "keywords" : [],
50
+ "keywords" : [
51
+ " tagged template" ,
52
+ " template literals" ,
53
+ " htm" ,
54
+ " html" ,
55
+ " async" ,
56
+ " asyncgenerator" ,
57
+ " asynciterator" ,
58
+ " asynciterable" ,
59
+ " promise" ,
60
+ " server-side rendering" ,
61
+ " ssr"
62
+ ],
51
63
"author" :
" Pelle Wessman <[email protected] > (http://kodfabrik.se/)" ,
52
64
"license" : " MIT" ,
53
65
"engines" : {
You can’t perform that action at this time.
0 commit comments