1
0
Fork 0
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:
Moritz Ruth 2020-08-04 02:11:07 +02:00
parent 967d07b020
commit eda7658820
No known key found for this signature in database
GPG key ID: AFD57E23E753841B

View file

@ -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": [