Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit f6418bf

Browse files
committed
Remove deprecated typings stuff.
1 parent f8f66b7 commit f6418bf

File tree

7 files changed

+4951
-21
lines changed

7 files changed

+4951
-21
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ before_install:
1515

1616
install:
1717
- "npm install"
18-
- "./node_modules/.bin/typings install"
1918

2019
cache:
2120
directories:

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,7 @@ This will first roll ```4d4``` dice, and use the outcome of that to determine ho
112112

113113
## Installing Dependencies
114114

115-
Installing the dependencies is done using a standard ```npm i```, followed by ```typings install```. For convenience, this has been condensed to the following command:
116-
117-
```dice
118-
npm run install
119-
```
115+
Installing the dependencies is done using a standard ```npm i```.
120116

121117
## Running the Tests
122118

0 commit comments

Comments
 (0)