Skip to content

Commit 90eaaa8

Browse files
committed
add license and authors to bower.json, use minified js by default
1 parent 900285a commit 90eaaa8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

bower.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
"version": "1.3.1",
44
"homepage": "http://pixelcog.com/parallax.js/",
55
"description": "Simple parallax scrolling effect inspired by spotify.com implemented as a jQuery plugin",
6-
"main": "parallax.js",
6+
"authors": [
7+
"Mike Greiling <[email protected]> (http://pixelcog.com)"
8+
],
9+
"main": "parallax.min.js",
10+
"license": "MIT",
711
"keywords" : ["parallax", "scroll", "scrolling", "image"],
812
"ignore": [
913
".jshintrc",

0 commit comments

Comments
 (0)