Upgrade master-only packages to types-2.0

This commit is contained in:
Nathan Shively-Sanders
2016-11-22 09:48:00 -08:00
parent 2f92400b50
commit 3c209cb7bf
13 changed files with 240 additions and 183 deletions

View File

@@ -1,5 +1,3 @@
/// <reference path="./plugapi.d.ts" />
import * as PlugAPI from "plugapi";
new PlugAPI({
@@ -32,4 +30,4 @@ new PlugAPI({
} else {
console.log("Error initializing plugAPI: " + err);
}
});
});