bootstrap-mobile
Advanced tools
Comparing version 0.9.5 to 0.10.0
@@ -0,1 +1,21 @@ | ||
# [0.10.0](https://github.com/twinh/miaoxing/compare/bootstrap-mobile@0.9.5...bootstrap-mobile@0.10.0) (2022-06-01) | ||
### Bug Fixes | ||
* **bootstrap-mobile:** 指定 node >=12.10.0 ([58e9431](https://github.com/twinh/miaoxing/commit/58e94313576368893a80e0b8f046ad48277b55b3)) | ||
### BREAKING CHANGES | ||
* **bootstrap-mobile:** 指定 node >=12.0.0 | ||
### Dependencies | ||
* **@miaoxing/dev:** upgrade from `8.1.0` to `8.1.1` | ||
## [0.9.5](https://github.com/twinh/miaoxing/compare/bootstrap-mobile@0.9.4...bootstrap-mobile@0.9.5) (2022-02-05) | ||
@@ -2,0 +22,0 @@ |
{ | ||
"name": "bootstrap-mobile", | ||
"version": "0.9.5", | ||
"version": "0.10.0", | ||
"description": "Better mobile support for bootstrap framework", | ||
"main": "index.js", | ||
"engines": { | ||
"node": ">=12.0.0" | ||
}, | ||
"directories": { | ||
@@ -38,3 +41,3 @@ "doc": "docs" | ||
"gulp-uglify": "^1.1.0", | ||
"@miaoxing/dev": "^8.1.0", | ||
"@miaoxing/dev": "^8.1.1", | ||
"sass": "^1.42.1" | ||
@@ -41,0 +44,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
147328