Comparing version 0.0.1 to 0.0.2
@@ -7,3 +7,3 @@ var _ = require('underscore') | ||
read: function (filePath) { | ||
if(!fs.existsSync(filePath)) return !console.log('No such file ' + filePath) && false | ||
if(!fs.existsSync(filePath)) return !console.error('No such file ' + filePath) && false | ||
return fs.readFileSync(filePath, {encoding: 'utf8'}) | ||
@@ -10,0 +10,0 @@ }, |
{ | ||
"name": "jsheets", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A simple CSS preprocessor that interprets JavaScript", | ||
@@ -5,0 +5,0 @@ "author": { |
jsheets(1) | ||
====== | ||
A simple CSS preprocessor that interprets JavaScript | ||
`v0.0.2` - A simple CSS preprocessor that interprets JavaScript | ||
@@ -16,2 +16,9 @@ SYNOPSYS | ||
INSTALL | ||
------ | ||
``` | ||
npm install -g jsheets | ||
``` | ||
SYNTAX | ||
@@ -18,0 +25,0 @@ ------ |
@@ -40,3 +40,2 @@ var assert = require('assert') | ||
assert.ok(helpers.extend.that('!', '') !== undefined) | ||
console.log(context) | ||
}) | ||
@@ -43,0 +42,0 @@ it('should add a function to onDone', function () { |
Sorry, the diff of this file is not supported yet
46241
117
927