Skip to content

Commit 5389f05

Browse files
author
Stefan Buck
committed
1.0.0
1 parent 826a732 commit 5389f05

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "github-injection",
33
"description": "Tiny script which helps you to build better browser extensions for GitHub.com",
4-
"version": "0.3.0",
4+
"version": "1.0.0",
55
"homepage": "https://github.com/OctoLinker/injection",
66
"bugs": "https://github.com/OctoLinker/injection/issues",
77
"license": "MIT",
@@ -31,7 +31,13 @@
3131
},
3232
"xo": {
3333
"space": true,
34-
"globals": ["assert", "gitHubInjection"],
35-
"env": ["browser", "mocha"]
34+
"globals": [
35+
"assert",
36+
"gitHubInjection"
37+
],
38+
"env": [
39+
"browser",
40+
"mocha"
41+
]
3642
}
3743
}

0 commit comments

Comments
 (0)