Skip to content

Commit 4973574

Browse files
committed
Update description
1 parent b72df5e commit 4973574

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Modern JavaScript Snippets ⚡
22

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.
54
65
<br>
76

deno.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"tasks": {
33
"publish": "vsce package && vsce publish",
44
"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"
77
},
88
"fmt": {
99
"semiColons": false,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "modern-js-snippets",
33
"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.",
55
"version": "0.7.1",
66
"license": "MIT",
77
"icon": "assets/icon.png",

0 commit comments

Comments
 (0)