Skip to content

Commit

Permalink
Merge pull request #300 from stampit-org/explain-bower-install
Browse files Browse the repository at this point in the history
Explain bower install in README
  • Loading branch information
koresar authored Apr 25, 2017
2 parents 365033c + fb36302 commit a41e165
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ build/Release
# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules

.npmrc



Expand Down
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
/coverage/
/build/
/src/
.npmrc
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,18 @@ Stampit uses [three different kinds of prototypal OO](https://vimeo.com/69255635

## Install

Via NPM:
[![NPM](https://nodei.co/npm/stampit.png?downloadRank=true)](https://www.npmjs.com/package/stampit)

Via bower:
```sh
$ bower install stampit
or
$ bower install stampit=https://npmcdn.com/stampit@3/dist/stampit.umd.min.js
or
$ bower install stampit=https://unpkg.com/stampit@3.1.2/dist/stampit.umd.js
```

Browsers: [![CDNJS](https://img.shields.io/cdnjs/v/stampit.svg)](https://cdnjs.com/libraries/stampit)
[![UNPKG](https://img.shields.io/badge/unpkg.com--green.svg)](https://unpkg.com/stampit@latest/dist/stampit.umd.min.js)

Expand Down

0 comments on commit a41e165

Please sign in to comment.