Browse Source

remove trailing comma

pull/260/head
Kyle Spearrin 7 years ago
parent
commit
86bc6fa807
  1. 2
      jslib
  2. 2
      tsconfig.json

2
jslib

@ -1 +1 @@ @@ -1 +1 @@
Subproject commit 930ee9f3c0e350fa3ffc7f623452ae7bb7898d3a
Subproject commit 832babf704d590bca586454cd1a087f8c48503d6

2
tsconfig.json

@ -16,7 +16,7 @@ @@ -16,7 +16,7 @@
"@angular/*": [ "node_modules/@angular/*" ],
"angular2-toaster": [ "node_modules/angular2-toaster" ],
"angulartics2": [ "node_modules/angulartics2" ],
"node": [ "node_modules/@types/node" ],
"node": [ "node_modules/@types/node" ]
}
},
"exclude": [

Loading…
Cancel
Save