Comparing version 4.1.3 to 4.1.4
{ | ||
"name": "node-osc", | ||
"description": "pyOSC inspired library", | ||
"version": "4.1.3", | ||
"version": "4.1.4", | ||
"main": "lib/index.js", | ||
@@ -21,3 +21,3 @@ "exports": { | ||
"test": "npm run lint && npm run tap", | ||
"tap": "tap test/*.js", | ||
"tap": "tap test/test-*.js", | ||
"coverage": "npm run tap -- --coverage", | ||
@@ -24,0 +24,0 @@ "coverage-html": "npm run tap -- --coverage-report=html", |
49753