added clean method and compiled

This commit is contained in:
2016-07-21 02:24:54 +02:00
parent a2bf0315ac
commit e49a358b22
13 changed files with 175 additions and 83 deletions
+6 -5
View File
@@ -22,18 +22,19 @@
},
"homepage": "https://gitlab.com/pushrocks/smartnginx#README",
"dependencies": {
"@types/q": "*",
"beautylog": "^5.0.13",
"@types/q": "^0.0.27",
"@types/shelljs": "^0.3.27",
"beautylog": "^5.0.14",
"cert": "0.0.17",
"q": "^1.4.1",
"shelljs": "^0.7.0",
"smartfile": "^4.0.10",
"smartstring": "^2.0.14"
"smartfile": "^4.0.12",
"smartstring": "^2.0.15"
},
"devDependencies": {
"npmts-g": "^5.2.6",
"qenv": "^1.0.8",
"should": "^9.0.2",
"should": "^10.0.0",
"typings-test": "^1.0.1"
}
}