-
- Downloads
Fixed publishing mistake and README error
{ | ||
"name": "usp-js", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Helper library for easy usp communication using mqtt over tcp or ws.", | ||
"main": "build/index.js", | ||
"scripts": { | ||
"dev": "tsc -w --outDir build", | ||
"build": "tsc --outDir build", | ||
"test": "npm run build && mocha tests/unit", | ||
"test:device": "npm run build && mocha tests/integration" | ||
"test:device": "npm run build && mocha tests/integration", | ||
"prepublish": "npm run build" | ||
}, | ||
"keywords": [], | ||
"author": "Marin Karamihalev <marin.karamihalev@iopsys.eu> (http://iopsys.eu)", | ||
... | ... | @@ -22,5 +23,5 @@ |
"typescript": "^4.0.5" | ||
}, | ||
"type": "commonjs", | ||
"types": "src/types.d.ts" | ||
"types": "build/index.d.ts" | ||
} |
Please register or sign in to comment