browserslist-config-fluid
v0.1.0
Published
Shareable Browserslist config for the Fluid Project.
Downloads
17
Keywords
Readme
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.