Skip to content

Commit e6496de

Browse files
Remove reference to typings
1 parent ec2754e commit e6496de

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,13 @@ You can also build js2xmlparser from source using gulp:
4545
```
4646
git clone https://github.com/michaelkourlas/node-js2xmlparser.git
4747
npm install
48-
typings install
4948
gulp
5049
```
5150

52-
You'll need to install gulp and typings first if you don't have them:
51+
You'll need to install gulp first if you don't have it:
5352

5453
```
5554
npm install -g gulp
56-
npm install -g typings
5755
```
5856

5957
You can then copy the folder into your node_modules directory.

0 commit comments

Comments
 (0)