Comparing version 0.1.0 to 0.1.1
@@ -0,0 +0,0 @@ var exec = require('child_process').exec; |
{ | ||
"name": "compass", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Compass for node.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -26,4 +26,4 @@ # compass | ||
app = express(); | ||
app.use(compass({ cwd: __dirname + 'public' }) | ||
app.use(express.static(__dirname + 'public'); | ||
app.use(compass({ cwd: __dirname + 'public' })); | ||
app.use(express.static(__dirname + 'public')); | ||
``` | ||
@@ -53,2 +53,2 @@ | ||
If you want to customize stuff, please use a `config.rb` ([http://compass-style.org/help/tutorials/configuration-reference](configuration reference)) | ||
If you want to customize stuff, please use a `config.rb` ([http://compass-style.org/help/tutorials/configuration-reference](configuration reference)) |
@@ -0,0 +0,0 @@ var compass = require('../lib/compass'), |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Potential vulnerability
Supply chain riskInitial human review suggests the presence of a vulnerability in this package. It is pending further analysis and confirmation.
Found 1 instance in 1 package
53
5462
9
2