Skip to content

Commit

Permalink
tick version v1.3.0; install with npm
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Nov 21, 2014
1 parent d2980d3 commit 6d4ce48
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ Outlayer layouts work with a container element and children item elements.
</div>
```

## Install

Install with [Bower](http://bower.io): `bower install outlayer`

[Install with npm](http://npmjs.org/package/outlayer): `npm install outlayer`

## Outlayer.create()

Create a layout class with `Outlayer.create()`
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "outlayer",
"version": "1.2.0",
"version": "1.3.0",
"description": "the brains and guts of a layout library",
"main": [
"item.js",
Expand Down
6 changes: 5 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

## v1

+ add CommonJS support for [Browserify](http://browserify.org)
### v1.3

#### v1.3.0

+ add CommonJS support for [Browserify](http://browserify.org) [#17](https://github.com/metafizzy/outlayer/issues/17)
+ remove [jQuery Bridget](https://github.com/desandro/jquery-bridget) as an explicit dependency

### v1.2
Expand Down
2 changes: 1 addition & 1 deletion outlayer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Outlayer v1.2.0
* Outlayer v1.3.0
* the brains and guts of a layout library
* MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "outlayer",
"version": "1.2.0",
"version": "1.3.0",
"description": "the brains and guts of a layout library",
"main": "outlayer.js",
"dependencies": {
Expand Down

0 comments on commit 6d4ce48

Please sign in to comment.