Skip to content

Commit

Permalink
Upgrade version - v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EddieWen-Taiwan committed Mar 4, 2016
1 parent 3452bcb commit 2fa77d8
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ This is a jQuery plugin to make Fall Styles like Pinterest.

----

### Installation

Just clone or download the zip of this repository
or via [npm](https://www.npmjs.com/package/fallwall)

~~~shell
npm install --save fallwall
~~~

### Setup

~~~html
Expand Down
19 changes: 19 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "fallwall",
"version": "1.1.2",
"description": "Fallwall.js is a jQuery plugin to make Fall Styles like Pinterest.",
"repository": {
"type": "git",
"url": "git+https://github.com/EddieWen-Taiwan/Fallwall.js.git"
},
"keywords": [
"fall",
"fallwall",
"Pinterest"
],
"dependencies": {
"jquery": ">=2.0.0"
},
"author": "Eddie Wen <m20021991y@gmail.com> (http://eddiewen.me)",
"homepage": "https://github.com/EddieWen-Taiwan/Fallwall.js#readme"
}

0 comments on commit 2fa77d8

Please sign in to comment.