Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.

Commit

Permalink
v1.1.3 (#31)
Browse files Browse the repository at this point in the history
* v1.1.3

* prepublishOnly
  • Loading branch information
lwojcik authored Aug 27, 2019
1 parent e5e8d65 commit 78bc9a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starcraft2-api",
"version": "1.1.2",
"version": "1.1.3",
"description": "Flexible and feature-rich library for StarCraft II Community and Game Data APIs",
"homepage": "https://starcraft2-api.lukem.net",
"main": "./dist/index.js",
Expand Down Expand Up @@ -30,7 +30,8 @@
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint --project tsconfig.json",
"build": "npm run lint && npm run test && npm run clean && tsc",
"dev": "tsc -w"
"dev": "tsc -w",
"prepublishOnly": "npm run build"
},
"dependencies": {
"blizzapi": "1.1.1"
Expand Down

0 comments on commit 78bc9a7

Please sign in to comment.