Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
auralia committed Nov 15, 2016
1 parent 348c7c6 commit ac4c511
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.6 ##

* Fix dependencies

## 0.1.5 ##

* Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion docs/globals.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h3>API_<wbr>VERSION</h3>
<section class="tsd-panel tsd-member tsd-kind-variable">
<a name="version" class="tsd-anchor"></a>
<h3>VERSION</h3>
<div class="tsd-signature tsd-kind-icon">VERSION<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;0.1.5&quot;</span></div>
<div class="tsd-signature tsd-kind-icon">VERSION<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;0.1.6&quot;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in api.ts:52</li>
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nsapi",
"version": "0.1.5",
"version": "0.1.6",
"description": "Provides access to the NationStates API",
"keywords": [
"NationStates",
Expand Down Expand Up @@ -28,8 +28,10 @@
"devDependencies": {
"gulp": "^3.9.1",
"gulp-sourcemaps": "^2.2.0",
"gulp-typedoc": "^2.0.0",
"gulp-typescript": "^3.1.3",
"merge2": "^1.0.2",
"typedoc": "^0.5.1",
"typescript": "^2.0.9"
},
"dependencies": {
Expand All @@ -38,8 +40,6 @@
"@types/xml2js": "0.0.29",
"clone": "^2.0.0",
"es6-promise": "^4.0.5",
"gulp-typedoc": "^2.0.0",
"typedoc": "^0.5.1",
"xml2js": "^0.4.17"
}
}
2 changes: 1 addition & 1 deletion src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const xmlParser = new xml2js.Parser(
/**
* The current version of nsapi.
*/
export const VERSION = "0.1.5";
export const VERSION = "0.1.6";

/**
* The API version specified in API requests.
Expand Down

0 comments on commit ac4c511

Please sign in to comment.