Socket
Socket
Sign inDemoInstall

browserslist-config-fluid

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    browserslist-config-fluid

Shareable Browserslist config for the Fluid Project.


Version published
Weekly downloads
4
decreased by-20%
Maintainers
1
Install size
7.21 kB
Created
Weekly downloads
 

Changelog

Source

0.1.0 (2020-10-27)

Features

  • add shareable config (b876110)

Readme

Source

browserslist-config-fluid

Shareable Browserslist config for the Fluid Project.

Usage

To use the browserslist configuration provided by this module, add it as a dev dependency to your project:

npm install browserslist-config-fluid --save-dev --save-exact

Then, add the following to your project's package.json file.

    "browserslist": [
        "extends browserslist-config-fluid"
    ]

Development

Releasing

This package uses Conventional Commits, enforced with commitlint. This facilitates releasing new versions of the package. To cut a release, run:

npm run release

This will tag an appropriate semantic version based on the nature of the recent commits to the project and update the changelog.

You will then need to publish the updated version to the npm registry. This requires an npm account with appropriate maintainer permissions. To publish the package, run:

npm publish

For more information on publishing to npm, see the npm publish documentation.

FAQs

Last updated on 28 Oct 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc