Skip to content

Commit 17d5805

Browse files
committed
0.1.0
1 parent 9fa4c00 commit 17d5805

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
2-
"name": "zelda-json",
3-
"version": "0.0.1",
4-
"description": "JSON objects for elixirs and recipes from Breath of the Wild",
5-
"main": "index.js",
6-
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
8-
},
9-
"repository": {
10-
"type": "git",
11-
"url": "git+https://github.com/joeyfigaro/zelda-json.git"
12-
},
13-
"keywords": [
14-
"Zelda",
15-
"video game",
16-
"Breath of the Wild",
17-
"BOTW",
18-
"Zelda",
19-
"cooking",
20-
"database",
21-
"JSON"
22-
],
23-
"author": "Joey Figaro",
24-
"license": "ISC",
25-
"bugs": {
26-
"url": "https://github.com/joeyfigaro/zelda-json/issues"
27-
},
28-
"homepage": "https://github.com/joeyfigaro/zelda-json#readme"
2+
"name": "zelda-json",
3+
"version": "0.1.0",
4+
"description": "JSON objects for elixirs and recipes from Breath of the Wild",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/joeyfigaro/zelda-json.git"
12+
},
13+
"keywords": [
14+
"Zelda",
15+
"video game",
16+
"Breath of the Wild",
17+
"BOTW",
18+
"Zelda",
19+
"cooking",
20+
"database",
21+
"JSON"
22+
],
23+
"author": "Joey Figaro",
24+
"license": "ISC",
25+
"bugs": {
26+
"url": "https://github.com/joeyfigaro/zelda-json/issues"
27+
},
28+
"homepage": "https://github.com/joeyfigaro/zelda-json#readme"
2929
}

0 commit comments

Comments
 (0)