Skip to content

Commit 9d5a1c4

Browse files
committed
Bump version
1 parent e3fb441 commit 9d5a1c4

File tree

2 files changed

+14
-585
lines changed

2 files changed

+14
-585
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-window-manager",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Manage windows in macOS, Windows and Linux",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -26,15 +26,15 @@
2626
"url": "https://github.com/sentialx/node-window-manager/issues"
2727
},
2828
"homepage": "https://github.com/sentialx/node-window-manager#readme",
29+
"devDependencies": {
30+
"@types/node": "11.9.4",
31+
"typescript": "3.3.3333"
32+
},
2933
"dependencies": {
30-
"@types/node": "10.7.1",
31-
"bindings": "1.4.0",
3234
"ffi": "2.3.0",
33-
"node-gyp": "3.8.0",
3435
"ref": "1.3.5",
3536
"ref-struct": "1.1.0",
36-
"ref-wchar": "1.0.2",
37-
"typescript": "3.0.1"
37+
"ref-wchar": "1.0.2"
3838
},
3939
"files": [
4040
"dist/"

0 commit comments

Comments
 (0)