Skip to content

Commit d292da8

Browse files
committed
RC8, add media
1 parent 6956bb2 commit d292da8

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": "node-ios-device",
3-
"version": "4.0.0-rc7",
3+
"version": "4.0.0-rc8",
44
"description": "Simple library for detecting and installing apps on iOS devices",
55
"type": "module",
66
"bin": "./bin/node-ios-device",
@@ -66,7 +66,8 @@
6666
"prebuilds",
6767
"scripts/build.js",
6868
"src/*.{cpp,h}",
69-
"binding.gyp"
69+
"binding.gyp",
70+
"media"
7071
],
7172
"homepage": "https://github.com/tidev/node-ios-device",
7273
"bugs": "https://github.com/tidev/node-ios-device/issues",

0 commit comments

Comments
 (0)