Skip to content

Commit f7938e3

Browse files
committed
misc: fixpack the package.json
1 parent d570a19 commit f7938e3

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22
"name": "javascripting",
33
"description": "Learn JavaScript by adventuring around in the terminal.",
44
"version": "2.7.3",
5-
"repository": {
6-
"url": "https://github.com/workshopper/javascripting"
7-
},
85
"author": "sethvincent",
96
"bin": {
107
"javascripting": "./bin/javascripting"
118
},
12-
"main": "./index.js",
13-
"preferGlobal": true,
149
"dependencies": {
1510
"colors": "^1.4.0",
1611
"diff": "^4.0.2",
1712
"workshopper-adventure": "^6.1.0"
1813
},
19-
"license": "MIT",
2014
"devDependencies": {
2115
"standard": "^14.3.3",
2216
"workshopper-adventure-test": "^1.2.0"
2317
},
18+
"license": "MIT",
19+
"main": "./index.js",
20+
"preferGlobal": true,
21+
"repository": {
22+
"url": "https://github.com/workshopper/javascripting"
23+
},
2424
"scripts": {
2525
"test": "standard && workshopper-adventure-test"
2626
}

0 commit comments

Comments
 (0)