New: Introducing PHP and Composer Support.Read the Announcement
Socket
Book a DemoInstallSign in
Socket

@sjoedwards/common

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sjoedwards/common

## To release a new minor version

latest
npmnpm
Version
1.0.45
Version published
Maintainers
1
Created
Source

Common

To release a new minor version

  • Commit to master
  • Checkout master (with a clean working tree)
  • npm login
  • yarn run pub

Will do a few things:

  • yarn version --patch: increments the package.json by 0.0.1, commits and creates a tag
  • yarn postversion: pushes tag and tag commit
  • yarn run build: Builds the package
  • npm run publish: Publishes the package to npm using the latest tag (i.e. the one just created)

To locally develop in other applications

Warning: Won't work inside kubernetes clusters / docker containers

cd common
npm link
cd ../[module]
npm link @sjoedwards/common

FAQs

Package last updated on 13 Aug 2021

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