Skip to content

Commit 99a50eb

Browse files
committed
Add typings and update readme
1 parent ca3b654 commit 99a50eb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Before you start, make sure you have a recent version of [NodeJS](http://nodejs.
1919
From the project folder, execute the following commands:
2020

2121
```shell
22-
npm install
22+
npm run install:dev
2323
```
2424

2525
This will install all required dependencies, including a local version of Webpack that is going to

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@
150150
"typedoc": "^0.5.5",
151151
"typedoc-webpack-plugin": "^1.1.3",
152152
"typescript": "^2.1",
153+
"typings": "^2.1.0",
153154
"wait-on": "2.0.1",
154155
"wallaby-webpack": "0.0.33",
155156
"webpack": "2.2.1",

0 commit comments

Comments
 (0)