Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
Add timeout to http requests (thanks @dwirz)
  • Loading branch information
Michael Weibel committed Dec 20, 2016
1 parent 276d7f1 commit 812d47d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rokka",
"version": "0.8.0",
"version": "0.9.0",
"description": "JavaScript client library for Rokka.io",
"main": "index.js",
"scripts": {
Expand All @@ -10,7 +10,10 @@
"compile": "./node_modules/.bin/babel -d lib/ src/",
"prepublish": "npm run compile"
},
"precommit": ["docs", "test"],
"precommit": [
"docs",
"test"
],
"repository": {
"type": "git",
"url": "git+https://github.com/rokka-io/rokka.js.git"
Expand Down

0 comments on commit 812d47d

Please sign in to comment.