Comparing version 2.12.5 to 2.12.6
{ | ||
"name": "onsenui", | ||
"version": "2.12.5", | ||
"version": "2.12.6", | ||
"description": "HTML5 Mobile Framework & UI Components", | ||
@@ -10,3 +10,6 @@ "private": false, | ||
"build:css": "npm run build:css:lint && npm run build:css:core && npm run build:css:components && npm run build:css:minify", | ||
"build:css:minify": "cleancss 'css/onsenui?(-core).css' --batch --batch-suffix '.min' --inline none && cleancss --batch 'css/{,*-}onsen-css-components.css' --batch-suffix '.min'", | ||
"build:css:minify": "npm run build:css:minify:onsenui && npm run build:css:minify:onsenuicore && npm run build:css:minify:component", | ||
"build:css:minify:onsenui": "cleancss 'css/onsenui.css' --batch --batch-suffix '.min' --inline none --with-rebase -o css/", | ||
"build:css:minify:onsenuicore": "cleancss 'css/onsenui-core.css' --batch --batch-suffix '.min' --inline none", | ||
"build:css:minify:component": "cleancss --batch 'css/{,*-}onsen-css-components.css' --batch-suffix '.min'", | ||
"build:css:core": "postcss css/src/onsenui.css css/src/onsenui-core.css --dir css", | ||
@@ -13,0 +16,0 @@ "build:css:components": "postcss css/css-components-src/{*-,}onsen-css-components.css --base css/css-components-src --dir css", |
@@ -5,5 +5,2 @@ | ||
<p align="center"> | ||
<a href="https://community.onsen.io/"><img src="https://img.shields.io/badge/forum-onsen--ui-FF412D.svg" alt="Forum"></a> | ||
<a href="https://github.com/OnsenUI/OnsenUI/blob/master/core/src/onsenui.d.ts"><img src="http://definitelytyped.org/badges/standard.svg" alt="TypeScript definitions"></a> | ||
<br> | ||
<a href="https://circleci.com/gh/OnsenUI/OnsenUI"><img src="https://circleci.com/gh/OnsenUI/OnsenUI.svg?style=shield" alt="Circle CI"></a> | ||
@@ -10,0 +7,0 @@ <a href="https://badge.fury.io/js/onsenui"><img src="https://badge.fury.io/js/onsenui.svg" alt="NPM version"></a> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
13
10307011
108