Compare commits

...

2 Commits

Author SHA1 Message Date
12500a0900 0.0.5 2015-11-03 20:22:21 +01:00
36371d9469 updated test 2015-11-03 20:22:16 +01:00
3 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "smartfile", "name": "smartfile",
"version": "0.0.4", "version": "0.0.5",
"description": "offers smart ways to work with files in nodejs", "description": "offers smart ways to work with files in nodejs",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View File

@ -1,3 +1,4 @@
/// <reference path="typings/tsd.d.ts" />
var smartfile = require("./index.js"); var smartfile = require("./index.js");
var pr = require("pushrocks"); var pr = require("pushrocks");
pr.beautylog.info(smartfile.readFileToString("./test/mytest.txt")); pr.beautylog.info(smartfile.readFileToString("./test/mytest.txt"));

View File

@ -1,3 +1,4 @@
/// <reference path="typings/tsd.d.ts" />
var smartfile = require("./index.js"); var smartfile = require("./index.js");
var pr = require("pushrocks") var pr = require("pushrocks")
pr.beautylog.info(smartfile.readFileToString("./test/mytest.txt")); pr.beautylog.info(smartfile.readFileToString("./test/mytest.txt"));