code42day-antiscroll
Advanced tools
Comparing version 1.3.1 to 1.3.2
1.3.2 / 2015-09-15 | ||
================== | ||
* fix invalid package.json | ||
1.3.1 / 2015-09-10 | ||
@@ -3,0 +8,0 @@ ================== |
{ | ||
"name": "code42day-antiscroll", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "OS X Lion style cross-browser native scrolling on the web that gets out of the way.", | ||
@@ -15,2 +15,3 @@ "scripts": { | ||
], | ||
"main": "antiscroll.js", | ||
"dependencies": { | ||
@@ -32,2 +33,7 @@ "component-bind": "^1.0.0", | ||
}, | ||
"browserify": { | ||
"transform": [ | ||
"stringify" | ||
] | ||
}, | ||
"author": "Damian Krzeminski <pirxpilot@code42day.com>", | ||
@@ -34,0 +40,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
18634
7