Comparing version 2.1.0 to 2.2.0
@@ -1,4 +0,1 @@ | ||
var findup = require('findup'), | ||
path = require('path'); | ||
var local = require('./local'); | ||
@@ -22,3 +19,4 @@ var resolve = require('./resolver'); | ||
.then(function (path) { | ||
return { file: path }; | ||
path = path.replace(/\.css$/, ''); | ||
return { file: path }; | ||
}) | ||
@@ -25,0 +23,0 @@ .then(done); |
{ | ||
"name": "npm-sass", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "sass compilation with npm aware include paths", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
23720
433