mirror of
https://github.com/moritzruth/node-enttec-open-dmx-usb.git
synced 2025-04-21 07:41:22 +02:00
Make ready for publishing
This commit is contained in:
parent
967d07b020
commit
eda7658820
1 changed files with 3 additions and 2 deletions
|
@ -2,13 +2,14 @@
|
||||||
"name": "enttec-open-dmx-usb",
|
"name": "enttec-open-dmx-usb",
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
"description": "A Node.js library for interacting with the Enttec Open DMX USB Interface",
|
"description": "A Node.js library for interacting with the Enttec Open DMX USB Interface",
|
||||||
"main": "src/index.js",
|
|
||||||
"repository": "https://github.com/moritzruth/node-enttec-open-dmx-usb.git",
|
"repository": "https://github.com/moritzruth/node-enttec-open-dmx-usb.git",
|
||||||
"author": "Moritz Ruth <dev@moritzruth.de>",
|
"author": "Moritz Ruth <dev@moritzruth.de>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "pika build",
|
"build": "pika build",
|
||||||
"lint": "eslint src"
|
"lint": "eslint src",
|
||||||
|
"version": "yarn build",
|
||||||
|
"test": "echo There are no tests"
|
||||||
},
|
},
|
||||||
"@pika/pack": {
|
"@pika/pack": {
|
||||||
"pipeline": [
|
"pipeline": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue