Comparing version 0.1.3 to 0.1.4
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="0.1.4"></a> | ||
## [0.1.4](https://github.com/Kriegslustig/orq/compare/v0.1.3...v0.1.4) (2017-05-24) | ||
<a name="0.1.3"></a> | ||
@@ -7,0 +12,0 @@ ## [0.1.3](https://github.com/Kriegslustig/orq/compare/v0.1.2...v0.1.3) (2017-05-24) |
{ | ||
"name": "orq", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "HTTP Request Queue Optimized for Web Workers.", | ||
@@ -15,3 +15,3 @@ "main": "index.js", | ||
"build:watch": "chokidar src -c 'npm run build:babel'", | ||
"build:flow": "flow-copy-source src .", | ||
"build:flow": "flow gen-flow-files src/index.js > index.flow.js", | ||
"prepublish": "npm run build", | ||
@@ -32,3 +32,2 @@ "flow": "flow", | ||
"flow-bin": "^0.46.0", | ||
"flow-copy-source": "^1.1.0", | ||
"flow-typed": "^2.1.2", | ||
@@ -35,0 +34,0 @@ "standard-version": "^4.0.0" |
Sorry, the diff of this file is not supported yet
10
409
152346
18