From a77509e6781629d70d35a2ef82b1a42fe9f13fb4 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Thu, 15 Sep 2016 22:06:01 +0200 Subject: [PATCH] updated typings, commented error provoking line --- app/inputarea.component.ts | 2 +- index.html | 4 ---- package.json | 1 - typings.json | 6 ++++-- 4 files changed, 5 insertions(+), 8 deletions(-) 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 @@ Decode? Encode? DENcode! - - - - 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" } }