Skip to content

Commit

Permalink
7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
queicherius committed Oct 4, 2018
1 parent 78e007c commit 10d86ea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gw2api-client",
"version": "6.1.1",
"version": "7.0.0",
"description": "A javascript wrapper around the official Guild Wars 2 API",
"main": "./src/index.js",
"scripts": {
Expand All @@ -14,7 +14,9 @@
"url": "https://github.com/gw2efficiency/gw2api-client"
},
"jest": {
"collectCoverageFrom": ["src/**/*.js"]
"collectCoverageFrom": [
"src/**/*.js"
]
},
"dependencies": {
"array-unique": "^0.3.2",
Expand Down

0 comments on commit 10d86ea

Please sign in to comment.