chunked-request
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -0,1 +1,5 @@ | ||
## [0.2.1] - 26/03/2016 | ||
### Added | ||
- Standalone browser artifact (fixes #4) | ||
## [0.2.0] - 26/03/2016 | ||
@@ -2,0 +6,0 @@ ### Added |
{ | ||
"name": "chunked-request", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"main": "lib/index.js", | ||
@@ -15,3 +15,4 @@ "jsnext:main": "src/index.js", | ||
"test": "npm run lint && npm run test:integ", | ||
"test:integ": "npm run build:integ && ./run-karma.sh --single-run" | ||
"test:integ": "npm run build:integ && ./run-karma.sh --single-run", | ||
"release": "./release.sh ${npm_package_version}" | ||
}, | ||
@@ -18,0 +19,0 @@ "devDependencies": { |
@@ -10,2 +10,11 @@ # chunked-request | ||
## Installation | ||
via npm as an ES5/ES6 module: | ||
```bash | ||
$ npm install chunked-request | ||
``` | ||
or as a standalone ES5 browser script by obtaining `dist/chunked-request.js` from a [tagged release](https://github.com/jonnyreeves/chunked-request/releases). | ||
## API | ||
@@ -12,0 +21,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38
575
93
61373