ci publish test
This commit is contained in:
parent
b0bcf93511
commit
4dbc6699f9
1 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ts-osc",
|
"name": "ts-osc",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"description": "Fully TypeScript-native OSC Client based on osc-min",
|
"description": "Fully TypeScript-native OSC Client based on osc-min",
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"types": "./lib/index.d.ts",
|
"types": "./lib/index.d.ts",
|
||||||
|
|
@ -20,7 +20,8 @@
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"osc",
|
"osc",
|
||||||
"open sound control",
|
"open sound control",
|
||||||
"udp"
|
"udp",
|
||||||
|
"sound control"
|
||||||
],
|
],
|
||||||
"author": "Rik Berkelder <mail@riksolo.com>",
|
"author": "Rik Berkelder <mail@riksolo.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue