fix: 修复Message为导入C
Showing
{ | { | ||
"name": "mqtt-client", | "name": "mqtt-client", | ||
"version": "1.0.14", | "version": "1.0.13", | ||
"description": "", | "description": "", | ||
"main": "./lib/index.js", | "main": "./lib/index.js", | ||
"module": "./es/index.js", | "module": "./es/index.js", | ||
"scripts": { | "scripts": { | ||
"build": "father-build", | "build": "father-build", | ||
"release": "np --no-cleanup --yolo --no-tag", | "release": "np --no-cleanup --yolo --no-tag", | ||
"prepublishOnly": "yarn build", | "prepublishOnly": "yarn lint && yarn build", | ||
"lint": "yarn lint:js && yarn lint:prettier", | "lint": "yarn lint:js && yarn lint:prettier", | ||
"lint:js": "eslint --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src", | "lint:js": "eslint --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src", | ||
"lint:fix": "yarn lint:js -- --fix", | "lint:fix": "yarn lint:js -- --fix", | ||
... | ... |
Please
register
or
sign in
to comment