Skip to content

Commit

Permalink
Update version, README. Remove version from bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
briancavalier committed Aug 10, 2015
1 parent e3b1fe7 commit deb2315
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,26 @@ To [run the example above](examples/add-inputs) and [others](examples) using [Ra

## Get it

`npm install --save most` or `bower install --save most`
As a module:

then
```
npm install --save most` or `bower install --save most
```

```js
var most = require('most');
```

As `window.most`:

```
bower install --save most`
```

```html
<script src="most/dist/most.js"></script>
```

## Iteroperability

<a href="http://promises-aplus.github.com/promises-spec"><img width="82" height="82" alt="Promises/A+" src="http://promises-aplus.github.com/promises-spec/assets/logo-small.png"></a>
Expand Down
3 changes: 1 addition & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "most",
"main": "dist/most.js",
"version": "0.14.0",
"homepage": "https://github.com/cujojs/most",
"authors": [
"Brian Cavalier <[email protected]>"
Expand Down Expand Up @@ -40,6 +39,6 @@
"package.json"
],
"dependencies": {
"when": "~3.7.2"
"when": "~3.7.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "most",
"version": "0.14.0",
"version": "0.15.0",
"description": "Monadic streams",
"main": "most.js",
"files": [
Expand Down

0 comments on commit deb2315

Please sign in to comment.