Skip to content

Commit 6e4347a

Browse files
committed
updated readme with npm install
1 parent a467faa commit 6e4347a

3 files changed

Lines changed: 8 additions & 11 deletions

File tree

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ See [stripjs.com](http://www.stripjs.com) for demos and docs.
88

99
[![screenshot](https://cloud.githubusercontent.com/assets/5575/4969788/ec4fc80e-686c-11e4-8406-614db6980325.jpg)](http://www.stripjs.com)
1010

11+
## Install
12+
13+
Install with [Bower](http://bower.io): `bower install strip`
14+
15+
[Install with npm](http://npmjs.com/package/@staaky/strip): `npm install @staaky/strip`
16+
1117
## License
1218

1319
Strip may be used in commercial projects and applications with the one-time purchase of a commercial license. If you are paid to do your job, and part of your job is implementing Strip, a commercial license is required.
@@ -44,15 +50,6 @@ Now run the `grunt` command, this updates files in `dist` to include the latest
4450
grunt
4551
```
4652

47-
## Bower
48-
49-
Strip can also be installed using [Bower](http://bower.io):
50-
51-
```
52-
bower install strip
53-
```
54-
55-
5653
* * *
5754

5855
By [Nick Stakenburg](http://www.nickstakenburg.com)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "strip",
33
"description": "A Less Intrusive Responsive Lightbox",
4-
"version": "1.5.6",
4+
"version": "1.5.7",
55
"homepage": "http://stripjs.com",
66
"keywords": [
77
"lightbox",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@staaky/strip",
33
"title": "Strip",
4-
"version": "1.5.6",
4+
"version": "1.5.7",
55
"description": "A Less Intrusive Responsive Lightbox",
66
"homepage": "http://stripjs.com",
77
"author": {

0 commit comments

Comments
 (0)