Skip to content

Commit 5b06c45

Browse files
committed
Try to fix travis build
1 parent 32c00a9 commit 5b06c45

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "windows-api-show-window",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Call ShowWindow from node via ffi",
55
"main": "src/index.js",
66
"scripts": {
@@ -39,6 +39,7 @@
3939
"@types/node": "^6.0.0",
4040
"@types/ref": "0.0.28",
4141
"in-publish": "^2.0.0",
42-
"typescript": "^2.1.5"
42+
"tslint": "^4.4.2",
43+
"typescript": "^2.1.6"
4344
}
4445
}

0 commit comments

Comments
 (0)