Skip to content

Commit 53057c4

Browse files
committed
Fixed installation instructions.
1 parent 715d717 commit 53057c4

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Instafetch.js is available on NPM, Bower, and GitHub.
66

77
### NPM
88
```
9-
npm install --save instafetch.js
9+
npm install --save instafetch.js es6-promise
1010
```
1111

1212
```javascript
@@ -52,6 +52,9 @@ The plugin also allows you to set the number of items to return from your feed a
5252
Instafetch.js was only 3KB initially, but those 3KB didn't support any version of Internet Explorer. IE will return "Promise is undefined" and the Instagram feed will be empty. That's where the ES6 Promise polyfill comes in. That extra 7KB is just for IE.
5353

5454
## Changelog
55+
**1.2.2**
56+
* Fixed installation instructions for NPM
57+
5558
**1.2.1**
5659
* Published different paths on NPM and Bower
5760

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "instafetch.js",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "A 10KB JavaScript plugin for the Instagram API (without jQuery).",
55
"main": "index.js",
66
"repository": {
@@ -19,7 +19,6 @@
1919
"author": "Thomas Vaeth <thomas.vaeth@gmail.com> (http://thomasvaeth.com/)",
2020
"license": "MIT",
2121
"devDependencies": {
22-
"browserify": "^13.1.0",
2322
"gulp": "^3.9.1",
2423
"gulp-browserify": "^0.5.1",
2524
"gulp-eslint": "^3.0.1",

0 commit comments

Comments
 (0)