diff --git a/npmts.json b/npmts.json new file mode 100644 index 0000000..85f70a8 --- /dev/null +++ b/npmts.json @@ -0,0 +1,4 @@ +{ + "mode":"default", + "coveralls":true +} \ No newline at end of file diff --git a/package.json b/package.json index df6bea8..8d3e542 100644 --- a/package.json +++ b/package.json @@ -37,12 +37,12 @@ "hlight": "0.0.7", "lodash": "^4.3.0", "q": "^1.4.1", - "smartenv": "0.0.15" + "smartenv": "1.0.4" }, "devDependencies": { "easyserve": "0.0.5", "gulp": "^3.9.1", "gulp-browser": "1.0.10", - "npmts": "^2.2.2" + "npmts": "^2.2.3" } }