Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "sprity-css", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "css style processor for sprity", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -8,2 +8,3 @@ 'use strict'; | ||
var prettydiff = require('prettydiff'); | ||
var ratio = 1; | ||
@@ -20,2 +21,6 @@ Handlebars.registerHelper('cssesc', function (value) { | ||
Handlebars.registerHelper('baseDim', function (size) { | ||
return Math.round(size * ratio); | ||
}); | ||
require('mocha'); | ||
@@ -22,0 +27,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
38027
123