0.1.0 • Published 5 years ago
browserslist-config-fluid v0.1.0
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-exactThen, 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 releaseThis 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 publishFor more information on publishing to npm, see the npm publish documentation.
0.1.0
5 years ago