diff --git a/app/inputarea.component.ts b/app/inputarea.component.ts
index e413835..c07a4da 100644
--- a/app/inputarea.component.ts
+++ b/app/inputarea.component.ts
@@ -13,7 +13,7 @@ export class InputareaComponent {
     public index:number = 0;
     public conversions:ConversionType[] = [ConversionType.ENCODE_BASE64, ConversionType.DECODE_BASE64];
     private conversion:ConversionInput;
-    private ConversionType:ConversionType = ConversionType;
+    // private ConversionType:ConversionType = ConversionType;
 
     constructor() {
         console.log("Aloha, " + this.index);
diff --git a/index.html b/index.html
index f27b6d9..5f08ba3 100644
--- a/index.html
+++ b/index.html
@@ -5,10 +5,6 @@
     <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no"/>
     <title>Decode? Encode? DENcode!</title>
     <link rel="stylesheet" type="text/css" href="dencode.css"/>
-    <!--<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.3.min.js"></script>-->
-    <!--<script type="text/javascript" src="utf8.js"></script>-->
-    <!--<script type="text/javascript" src="quoted-printable.js"></script>-->
-    <!--<script type="text/javascript" src="dencode.js"></script>-->
     <script type="text/javascript" src="node_modules/core-js/client/shim.js"></script>
     <script type="text/javascript" src="node_modules/zone.js/dist/zone.js"></script>
     <script type="text/javascript" src="node_modules/reflect-metadata/Reflect.js"></script>
diff --git a/package.json b/package.json
index 923c954..94833bd 100644
--- a/package.json
+++ b/package.json
@@ -29,7 +29,6 @@
   },
   "devDependencies": {
     "concurrently": "^2.2.0",
-    "gulp": "^3.9.0",
     "lite-server": "^2.2.0",
     "typescript": "^2.0.2",
     "typings": "^1.3.2"
diff --git a/typings.json b/typings.json
index 7da31ca..c43d8b7 100644
--- a/typings.json
+++ b/typings.json
@@ -1,7 +1,9 @@
 {
+  "name": "dencode.org",
+  "dependencies": {},
   "globalDependencies": {
-    "core-js": "registry:dt/core-js#0.0.0+20160725163759",
+    "core-js": "registry:dt/core-js#0.0.0+20160914114559",
     "jasmine": "registry:dt/jasmine#2.2.0+20160621224255",
-    "node": "registry:dt/node#6.0.0+20160909174046"
+    "node": "registry:dt/node#6.0.0+20160915134512"
   }
 }