Skip to content

Commit 4e836fe

Browse files
committed
re-added quotes
Didn't know JSON didn't work like JS objects... huh.
1 parent 74c3cc5 commit 4e836fe

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
2-
name: "micro-enum",
3-
version: "1.0.0",
4-
description: "A very, very tiny JavaScript enum implementation",
5-
main: "index.js",
6-
repository: {
7-
type: "git",
8-
url: "https://github.com/BlueHuskyStudios/Micro-JS-Enum"
2+
"name": "micro-enum",
3+
"version": "1.0.0",
4+
"description": "A very, very tiny JavaScript enum implementation",
5+
"main": "index.js",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/BlueHuskyStudios/Micro-JS-Enum"
99
},
10-
author: "Kyli Rouge <Kyli@BHStudios.org>",
11-
maintainers: [
10+
"author": "Kyli Rouge <Kyli@BHStudios.org>",
11+
"maintainers": [
1212
{
13-
name: "Kyli Rouge",
14-
url: "https://github.com/Supuhstar"
13+
"name": "Kyli Rouge",
14+
"url": "https://github.com/Supuhstar"
1515
},
1616
{
17-
name: "Tolga Ekmen",
18-
url: "https://github.com/tolgaek"
17+
"name": "Tolga Ekmen",
18+
"url": "https://github.com/tolgaek"
1919
}
2020
],
21-
license: "MIT"
21+
"license": "MIT"
2222
}

0 commit comments

Comments
 (0)