Skip to content

Commit

Permalink
Rename typings dir to typescript.
Browse files Browse the repository at this point in the history
Typings itself uses a directory called `typings`, so calling that folder
should really be called something else to avoid confusion.
  • Loading branch information
drewsilcock committed Feb 21, 2018
1 parent bb82ada commit cb403e9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/README.md → typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
File renamed without changes.

0 comments on commit cb403e9

Please sign in to comment.