@nativescript-community/ui-material-slider
Advanced tools
Comparing version 5.2.26 to 5.2.27
@@ -6,2 +6,10 @@ # Change Log | ||
## [5.2.27](https://github.com/nativescript-community/ui-material-components/tree/master/packages/slider/compare/v5.2.26...v5.2.27) (2021-04-27) | ||
**Note:** Version bump only for package @nativescript-community/ui-material-slider | ||
## [5.2.26](https://github.com/nativescript-community/ui-material-components/tree/master/packages/slider/compare/v5.2.25...v5.2.26) (2021-04-26) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@nativescript-community/ui-material-slider", | ||
"version": "5.2.26", | ||
"version": "5.2.27", | ||
"description": "Material Design Sliders allow users to make selections from a range of values.", | ||
@@ -10,6 +10,7 @@ "main": "./slider", | ||
"tsc": "../../node_modules/.bin/cpy ../../src/slider/slider.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d", | ||
"tsc-win": "../../node_modules/.bin/cpy ..\\..\\src\\slider\\slider.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc --skipLibCheck -d", | ||
"tsc-win": "..\\..\\node_modules\\.bin\\cpy ..\\..\\src\\slider\\slider.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc --skipLibCheck -d", | ||
"build": "npm run tsc", | ||
"build.all": "npm run build && npm run build.angular", | ||
"build.angular": "../../node_modules/.bin/ng-packagr -p ../../src/slider/angular/package.json -c ../../src/slider/angular/tsconfig.json", | ||
"build.angular.win": "..\\..\\node_modules\\.bin\\ng-packagr -p ..\\..\\src\\slider\\angular\\package.json -c ..\\..\\src\\slider\\angular\\tsconfig.json", | ||
"clean": "../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map" | ||
@@ -46,5 +47,5 @@ }, | ||
"dependencies": { | ||
"@nativescript-community/ui-material-core": "^5.2.26" | ||
"@nativescript-community/ui-material-core": "^5.2.27" | ||
}, | ||
"gitHead": "1e017bf88896e83a359bc1b881d1a4b0eef10de6" | ||
"gitHead": "186d57ad63c64585a8f1b66707c2ab4256e36402" | ||
} |
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
87862