Skip to content

Commit

Permalink
0.6.25
Browse files Browse the repository at this point in the history
  • Loading branch information
Prinzhorn committed May 22, 2014
1 parent e155309 commit 48eefe6
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ module.exports = function(grunt) {
window: true,
document: true,
navigator: true,
define: true
define: true,
module: true
}
},
all: ['src/**/*.js']
Expand Down
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.6.25 (2014-05-22)
-------------------

* CommonJS (#519).

0.6.24 (2014-04-25)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Build Status](https://secure.travis-ci.org/Prinzhorn/skrollr.png)](http://travis-ci.org/Prinzhorn/skrollr)

skrollr 0.6.24
skrollr 0.6.25
=====

Stand-alone **parallax scrolling** JavaScript library for **mobile (Android, iOS, etc.) and desktop** in about 12k minified.
Expand Down
4 changes: 2 additions & 2 deletions dist/skrollr.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "skrollr",
"title": "skrollr",
"description": "Stand-alone parallax scrolling library with zero dependencies.",
"version": "0.6.24",
"version": "0.6.25",
"homepage": "https://github.com/Prinzhorn/skrollr",
"author": {
"name": "Alexander Prinzhorn",
Expand Down

0 comments on commit 48eefe6

Please sign in to comment.