Skip to content

Commit 2fa77d8

Browse files
committed
Upgrade version - v1.1.2
1 parent 3452bcb commit 2fa77d8

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ This is a jQuery plugin to make Fall Styles like Pinterest.
66

77
----
88

9+
### Installation
10+
11+
Just clone or download the zip of this repository
12+
or via [npm](https://www.npmjs.com/package/fallwall)
13+
14+
~~~shell
15+
npm install --save fallwall
16+
~~~
17+
918
### Setup
1019

1120
~~~html

package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "fallwall",
3+
"version": "1.1.2",
4+
"description": "Fallwall.js is a jQuery plugin to make Fall Styles like Pinterest.",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/EddieWen-Taiwan/Fallwall.js.git"
8+
},
9+
"keywords": [
10+
"fall",
11+
"fallwall",
12+
"Pinterest"
13+
],
14+
"dependencies": {
15+
"jquery": ">=2.0.0"
16+
},
17+
"author": "Eddie Wen <[email protected]> (http://eddiewen.me)",
18+
"homepage": "https://github.com/EddieWen-Taiwan/Fallwall.js#readme"
19+
}

0 commit comments

Comments
 (0)