Skip to content

Commit 62341f0

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

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
src/
2+
test/

package.json

Lines changed: 4 additions & 1 deletion
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 <yusei1128@gmail.com>",
19+
"directories": {
20+
"lib": "lib"
21+
},
1922
"main": "./lib/atem.js",
2023
"scripts": {
2124
"test": "cake test",

0 commit comments

Comments
 (0)