Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fiori-fundamentals

Package Overview
Dependencies
Maintainers
1
Versions
215
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fiori-fundamentals - npm Package Compare versions

Comparing version 1.4.7 to 1.4.8-rc.0

10

CHANGELOG.md

@@ -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)

8

package.json
{
"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"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc