Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbuck committed Jul 14, 2017
1 parent 826a732 commit 5389f05
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "github-injection",
"description": "Tiny script which helps you to build better browser extensions for GitHub.com",
"version": "0.3.0",
"version": "1.0.0",
"homepage": "https://github.com/OctoLinker/injection",
"bugs": "https://github.com/OctoLinker/injection/issues",
"license": "MIT",
Expand Down Expand Up @@ -31,7 +31,13 @@
},
"xo": {
"space": true,
"globals": ["assert", "gitHubInjection"],
"env": ["browser", "mocha"]
"globals": [
"assert",
"gitHubInjection"
],
"env": [
"browser",
"mocha"
]
}
}

0 comments on commit 5389f05

Please sign in to comment.