homeassistant-ws
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "homeassistant-ws", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"license": "MIT", | ||
@@ -29,9 +29,9 @@ "description": "Client for Homeassistant's websocket API", | ||
"build": "babel src/ --out-dir=dist/", | ||
"prepublish": "npm run build" | ||
"prepare": "npm run build" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.8.4", | ||
"@babel/core": "^7.9.0", | ||
"@babel/node": "^7.8.7", | ||
"@babel/preset-env": "^7.9.5", | ||
"@babel/cli": "^7.13.10", | ||
"@babel/core": "^7.13.10", | ||
"@babel/node": "^7.13.10", | ||
"@babel/preset-env": "^7.13.10", | ||
"standard": "^14.3.3" | ||
@@ -38,0 +38,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12734