diff --git a/README.md b/README.md index 5a76880c4..e81aa31f9 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ Complete * [node_redis](https://github.com/mranney/node_redis) (by [Boris Yankov](https://github.com/borisyankov)) * [node-sqlserver](https://github.com/WindowsAzure/node-sqlserver) (by [Boris Yankov](https://github.com/borisyankov)) * [PhoneGap](http://phonegap.com) (by [Boris Yankov](https://github.com/borisyankov)) +* [Platform](https://github.com/bestiejs/platform.js) (by [Jake Hickman](https://github.com/JakeH)) * [PreloadJS](http://www.createjs.com/#!/PreloadJS) (by [Pedro Ferreira](https://bitbucket.org/drk4)) * [QUnit](http://qunitjs.com/) (by [Diullei Gomes](https://github.com/Diullei)) * [Raphael](http://raphaeljs.com/) (by [CheCoxshall](https://github.com/CheCoxshall)) diff --git a/platform/platform.d.ts b/platform/platform-1.0.d.ts similarity index 100% rename from platform/platform.d.ts rename to platform/platform-1.0.d.ts diff --git a/platform/platform-tests.ts b/platform/platform-tests.ts index 9b2f84e78..8d624075b 100644 --- a/platform/platform-tests.ts +++ b/platform/platform-tests.ts @@ -1,4 +1,4 @@ -/// +/// declare interface ITestContainer { [name: string]: PlatformStatic;