Skip to content

Commit 7e0355a

Browse files
committed
package: tweak description, rename watch->start
1 parent 584edf2 commit 7e0355a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@e280/kv",
33
"version": "0.0.0-2",
4-
"description": "key-value json database",
4+
"description": "Simple abstract key-value json database",
55
"license": "MIT",
66
"author": "Chase Moskal <chasemoskal@gmail.com>",
77
"type": "module",
@@ -15,7 +15,7 @@
1515
"count": "find s -path '*/_archive' -prune -o -name '*.ts' -exec wc -l {} +",
1616
"test": "node x/kv.test.js --verbose",
1717
"test-debug": "node inspect x/kv.test.js",
18-
"watch": "run-p _tscw _testw",
18+
"start": "run-p _tscw _testw",
1919
"_clean": "rm -rf x && mkdir x",
2020
"_links": "ln -s \"$(realpath node_modules)\" x/node_modules",
2121
"_tsc": "tsc",

0 commit comments

Comments
 (0)