Skip to content

Commit 74bcdfb

Browse files
authored
Merge pull request #6280 from serverless/remove-package-lock
Remove package-lock.json and shrinkwrap scripts
2 parents 19259ff + 474ba4e commit 74bcdfb

File tree

6 files changed

+3
-9384
lines changed

6 files changed

+3
-9384
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
*.log
33
npm-debug.log
44
npm-shrinkwrap.json
5+
/package-lock.json
56

67
# Runtime data
78
pids

RELEASE_CHECKLIST.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,14 @@ milestone if still open
2020
## Prepare Package
2121

2222
- [ ] Install the latest `npm` version or Docker container with latest `node` and `npm` (Ensure to work with an `npm` version which is distributed with latest `node` version)
23-
- [ ] Remove the `node_modules` folder and the `package-lock.json` file and run `npm install` (Removing both ensures that `package-lock.json` is updated with the latest versions of dependencies)
2423
- [ ] Update `CHANGELOG.md` with the content from your clipboard
2524
- [ ] Make sure all files that need to be pushed are included in `package.json -> files`
26-
- [ ] Commit your changes (make sure that `package.json`, `package-lock.json` and `CHANGELOG.md` are updated)
25+
- [ ] Commit your changes (make sure that `package.json` and `CHANGELOG.md` are updated)
2726
- [ ] Push your branch and open up a new PR
2827
- [ ] Await approval and merge the PR into `master`
2928
- [ ] Go back to the branch you want to release from (e.g. `master`) and pull the changes from GitHub
3029
- [ ] Make sure there are no local changes to your repository (or reset with `git reset --hard HEAD`)
31-
- [ ] Check `package.json` and `package-lock.json` version config to make sure it fits what we want to release
30+
- [ ] Check `package.json` version config to make sure it fits what we want to release
3231

3332
## Releasing
3433

0 commit comments

Comments
 (0)