mix npm.set (NPM v0.6.0)

Copy Markdown View Source

Set a configuration value in .npmrc.

mix npm.set registry https://registry.example.com
mix npm.set save-exact true
mix npm.set always-auth true

Values are written to the project-level .npmrc file.