We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7222de commit 8006156Copy full SHA for 8006156
1 file changed
package.json
@@ -23,5 +23,8 @@
23
"JSONSelect.md",
24
"package.json",
25
"LICENSE"
26
- ]
+ ],
27
+ "scripts": {
28
+ "test": "node src/test/run.js"
29
+ }
30
}
0 commit comments