chromecast-discover
Advanced tools
Comparing version 1.0.2 to 1.0.3
# Changelog | ||
## 1.0.3 - 2017-07-05 | ||
* Make sure dist is shipped when using yarn (@johnf) | ||
## 1.0.2 - 2017-04-26 | ||
@@ -4,0 +8,0 @@ |
@@ -7,4 +7,4 @@ { | ||
"dependencies": { | ||
"debug": "^2.6.1", | ||
"eslint-loader": "^1.7.1", | ||
"debug": "^2.6.8", | ||
"eslint-loader": "^1.8.0", | ||
"mdns-js": "^0.5.3" | ||
@@ -14,14 +14,14 @@ }, | ||
"devDependencies": { | ||
"babel-core": "^6.22.1", | ||
"babel-core": "^6.25.0", | ||
"babel-eslint": "^7.1.1", | ||
"babel-loader": "^7.0.0", | ||
"babel-loader": "^7.1.1", | ||
"babel-plugin-add-module-exports": "^0.2.1", | ||
"babel-preset-latest": "^6.22.0", | ||
"eslint": "^3.16.1", | ||
"eslint-config-airbnb": "^14.0.0", | ||
"eslint-plugin-import": "^2.2.0", | ||
"eslint-plugin-jsx-a11y": "^4.0.0", | ||
"eslint-plugin-react": "^6.10.0", | ||
"webpack": "^2.2.1", | ||
"webpack-node-externals": "^1.5.4" | ||
"eslint": "^3.19.0", | ||
"eslint-config-airbnb": "^15.0.2", | ||
"eslint-plugin-import": "^2.6.1", | ||
"eslint-plugin-jsx-a11y": "^5.1.1", | ||
"eslint-plugin-react": "^7.1.0", | ||
"webpack": "^3.0.0", | ||
"webpack-node-externals": "^1.6.0" | ||
}, | ||
@@ -47,3 +47,3 @@ "homepage": "https://github.com/johnf/chromecast-discover-node#readme", | ||
}, | ||
"version": "1.0.2" | ||
"version": "1.0.3" | ||
} |
@@ -11,3 +11,3 @@ # Chromecast Discover | ||
``` bash | ||
yarn install chromecast-discover | ||
yarn add chromecast-discover | ||
``` | ||
@@ -14,0 +14,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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
29693
13
47
2
Updateddebug@^2.6.8
Updatedeslint-loader@^1.8.0