Skip to content

Commit 48eefe6

Browse files
author
Prinzhorn
committed
0.6.25
1 parent e155309 commit 48eefe6

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

Gruntfile.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ module.exports = function(grunt) {
1818
window: true,
1919
document: true,
2020
navigator: true,
21-
define: true
21+
define: true,
22+
module: true
2223
}
2324
},
2425
all: ['src/**/*.js']

HISTORY.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.6.25 (2014-05-22)
2+
-------------------
3+
4+
* CommonJS (#519).
5+
16
0.6.24 (2014-04-25)
27
-------------------
38

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Build Status](https://secure.travis-ci.org/Prinzhorn/skrollr.png)](http://travis-ci.org/Prinzhorn/skrollr)
22

3-
skrollr 0.6.24
3+
skrollr 0.6.25
44
=====
55

66
Stand-alone **parallax scrolling** JavaScript library for **mobile (Android, iOS, etc.) and desktop** in about 12k minified.

dist/skrollr.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "skrollr",
33
"title": "skrollr",
44
"description": "Stand-alone parallax scrolling library with zero dependencies.",
5-
"version": "0.6.24",
5+
"version": "0.6.25",
66
"homepage": "https://github.com/Prinzhorn/skrollr",
77
"author": {
88
"name": "Alexander Prinzhorn",

0 commit comments

Comments
 (0)