File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Modern JavaScript Snippets ⚡
2
2
3
- > Short and memorable JavaScript & TypeScript snippets for the modern-day
4
- > developer.
3
+ > Short and effective JavaScript & TypeScript snippets for the modern-day developer.
5
4
6
5
<br >
7
6
Original file line number Diff line number Diff line change 2
2
"tasks" : {
3
3
"publish" : " vsce package && vsce publish" ,
4
4
"watch" : " deno run -A --watch src/app.ts --snippets" ,
5
- "generate " : " deno run -A src/app.ts --snippets --docs " ,
6
- "generate:snippets " : " deno run -A src/app.ts --snippets"
5
+ "bump " : " npx bumpp " ,
6
+ "generate" : " deno run -A src/app.ts --snippets --docs "
7
7
},
8
8
"fmt" : {
9
9
"semiColons" : false ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " modern-js-snippets" ,
3
3
"displayName" : " Modern JavaScript Snippets ⚡" ,
4
- "description" : " Code snippets for modern JavaScript & TypeScript" ,
4
+ "description" : " Short and effective JavaScript & TypeScript snippets for the modern-day developer. " ,
5
5
"version" : " 0.7.1" ,
6
6
"license" : " MIT" ,
7
7
"icon" : " assets/icon.png" ,
You can’t perform that action at this time.
0 commit comments