Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lenovouser committed May 5, 2017
1 parent 6ed1a2b commit 4c56ee2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ typedoc.js
src/
test/
docs/
types/

### macOS ###
*.DS_Store
Expand Down
18 changes: 11 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-steam/market-pricing",
"version": "1.1.2",
"version": "1.2.0",
"description": "Module to access the Steam Market Pricing API",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -12,16 +12,20 @@
},
"author": "N|Steam",
"keywords": [
"steam",
"steam-api",
"api",
"es6",
"es7",
"market-pricing",
"market",
"price",
"pricing",
"promises",
"skin",
"skins",
"promises",
"typescript",
"es6",
"es7"
"steam-api",
"steam-market",
"steam",
"typescript"
],
"files": [
"lib/*.js",
Expand Down

0 comments on commit 4c56ee2

Please sign in to comment.