From deb2315c6b253e5fdc6f87821f9b7e93e8eb75f4 Mon Sep 17 00:00:00 2001 From: Brian Cavalier Date: Mon, 10 Aug 2015 17:15:50 -0400 Subject: [PATCH] Update version, README. Remove version from bower.json --- README.md | 16 ++++++++++++++-- bower.json | 3 +-- package.json | 2 +- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ce743c69..178169f5 100644 --- a/README.md +++ b/README.md @@ -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 + +``` + ## Iteroperability Promises/A+ diff --git a/bower.json b/bower.json index 3c67a769..3404d779 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,6 @@ { "name": "most", "main": "dist/most.js", - "version": "0.14.0", "homepage": "https://github.com/cujojs/most", "authors": [ "Brian Cavalier " @@ -40,6 +39,6 @@ "package.json" ], "dependencies": { - "when": "~3.7.2" + "when": "~3.7.3" } } diff --git a/package.json b/package.json index 973b81db..c05739f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "most", - "version": "0.14.0", + "version": "0.15.0", "description": "Monadic streams", "main": "most.js", "files": [