@skyux/theme
Advanced tools
Comparing version 3.0.0-alpha.5 to 3.0.0-alpha.6
@@ -0,1 +1,5 @@ | ||
# 3.0.0-alpha.6 (2018-08-17) | ||
- Added RxJS to peer dependencies. [#15](https://github.com/blackbaud/skyux-theme/pull/15) | ||
# 3.0.0-alpha.5 (2018-08-17) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "@skyux/theme", | ||
"version": "3.0.0-alpha.5", | ||
"version": "3.0.0-alpha.6", | ||
"description": "SKY UX Theme", | ||
@@ -13,3 +13,3 @@ "main": "bundles/bundle.umd.js", | ||
"test": "npm run build:dev-bundle && skyux test", | ||
"test:ci": "npm run build:dev-bundle && skyux test --platform travis --coverage library", | ||
"test:ci": "npm run build:dev-bundle && skyux test --platform travis --coverage library && skyux build-public-library", | ||
"build": "skyux build-public-library && node ./scripts/prepare-package.js", | ||
@@ -23,3 +23,4 @@ "build:dev-bundle": "npm run build && node ./scripts/dev-bundle.js", | ||
"peerDependencies": { | ||
"@angular/core": "^4.3.6" | ||
"@angular/core": "^4.3.6", | ||
"rxjs": "^5.4.3" | ||
}, | ||
@@ -26,0 +27,0 @@ "dependencies": { |
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
43201
6