Skip to content

Commit 6e9a721

Browse files
Add .travis.yml
1 parent 2160569 commit 6e9a721

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
language: node_js

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ __In browser__
3131

3232
__In TypeScript__
3333

34-
```
35-
npm install @types/json-bufferify --save
34+
```javascript
35+
import bufferify = require('json-bufferify');
3636
```
3737

3838
__In Egret__

0 commit comments

Comments
 (0)