Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit c4c18f2

Browse files
authored
Update package.json
1 parent fbe4cd5 commit c4c18f2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "replapi-it",
3-
"version": "0.0.9",
3+
"version": "0.0.11",
44
"description": "A wrapper for Repl.it's GraphQL (and soon REST and even Crosis) API. Designed to be easy to use!",
55
"main": "index.js",
66
"scripts": {
7-
"start": "node index.js"
7+
"start": "node index.js",
8+
"test": "node test.js"
89
},
910
"repository": {
1011
"type": "git",

0 commit comments

Comments
 (0)