Note about package-lock.json

Andreas Hocevar
2019-11-04 12:21:01 +01:00
parent 538f9df150
commit 490831cb30
+7 -1
@@ -34,7 +34,13 @@ E.g. in `package.json`
}
```
git add package.json
To pick this change up in `package-lock.json`, run
npm install
Commit the version changes:
git add package.json package-lock.json
git commit -m 'Update package version to 3.1.0'
### Merge the release branch