diff --git a/typings/README.md b/typescript/README.md similarity index 73% rename from typings/README.md rename to typescript/README.md index d106d07..e14bf88 100644 --- a/typings/README.md +++ b/typescript/README.md @@ -4,7 +4,7 @@ To install using Typings: ``` $ npm install -g typings # If you haven't got it already -$ typings install --save --global github:jdnichollsc/Phaser-Kinetic-Scrolling-Plugin/typings # You should really specify a commit version i.e. github:jdnichollsc/Phaser-Kinetic-Scrolling-Plugin/typings#GIT_COMMIT_HASH_HERE +$ typings install --save --global github:jdnichollsc/Phaser-Kinetic-Scrolling-Plugin/typescript # You should really specify a commit version i.e. github:jdnichollsc/Phaser-Kinetic-Scrolling-Plugin/typescript#GIT_COMMIT_HASH_HERE ``` Note that Typings is officially depracated - a more modern approach would be to create a PR onto https://github.com/DefinitelyTyped/DefinitelyTyped so that you can use the now standard `npm install @types/phaser-kinectic-scrolling-plugin` command. diff --git a/typings/phaser-kinetic-scrolling-plugin.d.ts b/typescript/phaser-kinetic-scrolling-plugin.d.ts similarity index 100% rename from typings/phaser-kinetic-scrolling-plugin.d.ts rename to typescript/phaser-kinetic-scrolling-plugin.d.ts diff --git a/typings/typings.json b/typescript/typings.json similarity index 100% rename from typings/typings.json rename to typescript/typings.json