Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
12500a0900 | |||
36371d9469 |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "smartfile",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.5",
|
||||
"description": "offers smart ways to work with files in nodejs",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
1
test.js
1
test.js
@ -1,3 +1,4 @@
|
||||
/// <reference path="typings/tsd.d.ts" />
|
||||
var smartfile = require("./index.js");
|
||||
var pr = require("pushrocks");
|
||||
pr.beautylog.info(smartfile.readFileToString("./test/mytest.txt"));
|
||||
|
@ -1,3 +1,4 @@
|
||||
/// <reference path="typings/tsd.d.ts" />
|
||||
var smartfile = require("./index.js");
|
||||
var pr = require("pushrocks")
|
||||
pr.beautylog.info(smartfile.readFileToString("./test/mytest.txt"));
|
Reference in New Issue
Block a user