We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 826a732 commit 5389f05Copy full SHA for 5389f05
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "github-injection",
3
"description": "Tiny script which helps you to build better browser extensions for GitHub.com",
4
- "version": "0.3.0",
+ "version": "1.0.0",
5
"homepage": "https://github.com/OctoLinker/injection",
6
"bugs": "https://github.com/OctoLinker/injection/issues",
7
"license": "MIT",
@@ -31,7 +31,13 @@
31
},
32
"xo": {
33
"space": true,
34
- "globals": ["assert", "gitHubInjection"],
35
- "env": ["browser", "mocha"]
+ "globals": [
+ "assert",
36
+ "gitHubInjection"
37
+ ],
38
+ "env": [
39
+ "browser",
40
+ "mocha"
41
+ ]
42
}
43
0 commit comments