Refactor(generate): Remove comments and logging

This commit is contained in:
jbavari
2015-10-30 14:44:22 -06:00
parent 01fbaede20
commit 219fb2c6e7
3 changed files with 21 additions and 96 deletions

View File

@@ -13,11 +13,12 @@
"link": "npm install && gulp src && npm link"
},
"dependencies": {
"@reactivex/rxjs": "5.0.0-alpha.4",
"angular2": "2.0.0-alpha.44",
"es6-shim": "^0.33.6",
"lodash": "^3.10.1",
"@reactivex/rxjs": "5.0.0-alpha.4",
"reflect-metadata": "0.1.1",
"shelljs": "^0.5.3",
"zone.js": "0.5.8"
},
"devDependencies": {
@@ -45,6 +46,7 @@
"gulp-watch": "^4.2.4",
"html-entities": "^1.1.3",
"htmlparser2": "^3.8.3",
"jasmine-node": "^1.14.5",
"js-yaml": "^3.4.2",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
@@ -52,7 +54,6 @@
"lazypipe": "^0.2.3",
"lunr": "^0.5.12",
"minimist": "^1.1.3",
"mkdirp": "^0.5.1",
"node-html-encoder": "0.0.2",
"node-libs-browser": "^0.5.2",
"q": "^1.4.1",