Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
2betop committed Jan 27, 2015
1 parent 42c2e0d commit 966a573
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function download() {
}

// start to download.
var dest = './vender/' +process.platform + '-' + process.arch+ '/binding.node';
var dest = './vendor/' +process.platform + '-' + process.arch+ '/binding.node';

if ( fs.existsSync( dest ) ) {
console.log( 'The binding.node file exist, skip download.' );
Expand Down Expand Up @@ -128,7 +128,7 @@ function test( err ) {
if ( !err ) {
try {
delete require.cache[require.resolve('./test.js')];
delete require.cache[require.resolve('./index.js')];
delete require.cache[require.resolve('./lib/index.js')];

require('./test.js');
this( false );
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fis-sass",
"version": "3.1.0",
"version": "3.1.1",
"libsass": "3.1.0",
"description": "Anothor libsass wrapper for node. Support sass syntax.",
"main": "lib/index.js",
Expand Down
Binary file added vendor/darwin-x64/binding.node
Binary file not shown.

0 comments on commit 966a573

Please sign in to comment.