You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,12 @@ You can install jquery-placeholder by using [Bower](http://bower.io).
52
52
bower install jquery-placeholder
53
53
```
54
54
55
+
Contributors should install the »dev dependencies« after forking and cloning via [npm](https://www.npmjs.com/).
56
+
57
+
```bash
58
+
npm install
59
+
```
60
+
55
61
## Notes
56
62
57
63
* Requires jQuery 1.6+. For an older version of this plugin that works under jQuery 1.4.2+, see [v1.8.7](https://github.com/mathiasbynens/jquery-placeholder/tree/v1.8.7).
0 commit comments