Commit c3d9657
authored
Remove package-lock.json (#104)
* Remove package-lock.json
As per [the npm documentation](https://docs.npmjs.com/cli/v8/configuring-npm/package-lock-json#package-lockjson-vs-npm-shrinkwrapjson):
> ...`package-lock.json` cannot be published, and it will be
ignored if found in any place other than the root project.
* Update CI workflow to use npm install
`npm ci` only works if you have a `package-lock.json` or
`npm-shrinkwrap.json` file.1 parent 8fdd411 commit c3d9657
3 files changed
+2
-14713
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments