We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5635740 commit 62341f0Copy full SHA for 62341f0
2 files changed
.npmignore
@@ -0,0 +1,2 @@
1
+src/
2
+test/
package.json
@@ -1,6 +1,6 @@
{
"name": "applest-atem",
3
- "version": "0.2.3",
+ "version": "0.2.4",
4
"description": "A module to control Blackmagic Design ATEM Switchers.",
5
"homepage": "https://github.com/applest/node-applest-atem",
6
"repository": {
@@ -16,6 +16,9 @@
16
"video"
17
],
18
"author": "miyukki <yusei1128@gmail.com>",
19
+ "directories": {
20
+ "lib": "lib"
21
+ },
22
"main": "./lib/atem.js",
23
"scripts": {
24
"test": "cake test",
0 commit comments