update dependencies and add caret to npmts dependency

This commit is contained in:
2016-04-05 12:34:03 +02:00
parent 9e229eee85
commit 7f10392757
4 changed files with 5 additions and 13 deletions

View File

@@ -1,9 +1,7 @@
/// <reference path="../ts/typings/main.d.ts" />
var smartenv = require("../dist/index.js");
var beautylog = require("beautylog");
beautylog.info("Now testing the smartenv module");
smartenv.printEnv();
beautylog.info("Now testing the smartenv module");
//test smartenv.obs.add
smartenv.obs.add("myTestObject",{key1:"Peter"});