ci publish test

This commit is contained in:
Rik Berkelder 2021-01-23 20:11:20 +01:00
parent b0bcf93511
commit 4dbc6699f9

View file

@ -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",