New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

acast-prettier-config

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

acast-prettier-config

Acast prettier config

1.1.0
latest
Source
npm
Version published
Weekly downloads
581
4.5%
Maintainers
1
Weekly downloads
 
Created
Source

acast-prettier-config

Acast Prettier config.

Usage

Install:

npm install --save-dev acast-prettier-config

Edit package.json:

{
  // ...
  "prettier": "acast-prettier-config"
}

Deployment

To release a new version:

  • Create a release branch and bump the version in package.json.
  • Once it has been merged push a new git tag on master branch following SemVer versioning spec (BREAKING_CHANGE.FEATURE.PATCH):
    • git tag x.x.x
    • git push origin --tags

CircleCI, will automatically publish to npm.

FAQs

Package last updated on 16 May 2019

Did you know?

Socket

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