fiori-fundamentals
Advanced tools
Comparing version 1.4.7 to 1.4.8-rc.0
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="1.4.8-rc.0"></a> | ||
## [1.4.8-rc.0](https://github.com/SAP/fundamental/compare/v1.4.7...v1.4.8-rc.0) (2019-03-22) | ||
### Bug Fixes | ||
* move postinstall script ([#1343](https://github.com/SAP/fundamental/issues/1343)) ([cf30b83](https://github.com/SAP/fundamental/commit/cf30b83)) | ||
<a name="1.4.7"></a> | ||
@@ -7,0 +17,0 @@ ## [1.4.7](https://github.com/SAP/fundamental/compare/v1.4.7-rc.0...v1.4.7) (2019-03-21) |
{ | ||
"name": "fiori-fundamentals", | ||
"version": "1.4.7", | ||
"version": "1.4.8-rc.0", | ||
"description": "Fiori Fundamentals is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental/", | ||
"main": "index.js", | ||
"scripts": { | ||
"build-doc": "npm run postinstall && gulp docs-site && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..", | ||
"build-doc": "npm run build:config && gulp docs-site && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..", | ||
"build": "npx gulp build:dist", | ||
"build:config": "./scripts/create-library-config.js", | ||
"deploy": "gh-pages -d docs", | ||
@@ -13,6 +14,5 @@ "lint:fix": "stylelint './scss/**/*.scss' --fix", | ||
"lint": "stylelint './scss/**/*.scss'", | ||
"postinstall": "./scripts/create-library-config.js", | ||
"release:create": "create-release", | ||
"release": "./scripts/publish-release.sh", | ||
"start": "npx gulp default", | ||
"start": "npm run build:config && npx gulp default", | ||
"std-version": "standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"", | ||
@@ -19,0 +19,0 @@ "test": "node test/app.js" |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
12548854
0
1