Skip to content

Commit 62341f0

Browse files
committed
v0.2.4
1 parent 5635740 commit 62341f0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.npmignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
src/
2+
test/

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "applest-atem",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "A module to control Blackmagic Design ATEM Switchers.",
55
"homepage": "https://github.com/applest/node-applest-atem",
66
"repository": {
@@ -16,6 +16,9 @@
1616
"video"
1717
],
1818
"author": "miyukki <[email protected]>",
19+
"directories": {
20+
"lib": "lib"
21+
},
1922
"main": "./lib/atem.js",
2023
"scripts": {
2124
"test": "cake test",

0 commit comments

Comments
 (0)