Skip to content

Instantly share code, notes, and snippets.

@kentcdodds
Created August 7, 2015 16:31
Show Gist options
  • Save kentcdodds/5352dcce1c62630fe9d0 to your computer and use it in GitHub Desktop.
Save kentcdodds/5352dcce1c62630fe9d0 to your computer and use it in GitHub Desktop.
save-exact=true
{
"dependencies": {
"lodash": "3.10.1"
}
}
npm install lodash --save --save-exact
{
"devDependencies": {
"lodash": "^3.10.1"
}
}
npm install lodash --save-dev
{
"dependencies": {
"lodash": "^3.10.1"
}
}
npm install lodash --save
npm set save-exact=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment