You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deno.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
{
2
2
"name": "@codingap/steve",
3
-
"version": "2.0.0",
3
+
"version": "2.0.1",
4
4
"exports": "./index.ts",
5
+
"description": "STEVE is a configurable template engine that allows JavaScript to run in files to create files. It has a plugin system to allow for custom generation and a built-in site generator.",
5
6
"tasks": {
6
-
"dev": "deno run --watch main.ts",
7
-
"test": "deno test --allow-read --allow-write",
7
+
"test": "deno test --fail-fast --allow-read --allow-write",
0 commit comments