Skip to content

Commit

Permalink
bundle package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd committed Mar 13, 2023
1 parent d3fa960 commit 4783d61
Show file tree
Hide file tree
Showing 4 changed files with 15,853 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm clean-install
- run: npm run all
- run: npm run test
- run: npm run test
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
/node_modules/
/.tx/tmp/
npm-debug.log
package-lock.json
.env

transifex.auth
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ _Breaking developer changes, which may affect downstream projects or sites that
* Render "oneway" arrows for features with `waterway=pressurized`, `waterway=spillway`, `seamark:type=two-way_route` or `seamark:type=recommended_traffic_lane` ([#9492], thanks [@k-yle])
* Render "right-side" arrows for features with lifecycle prefixes ([#9493], thanks [@k-yle])
#### :hammer: Development
* Upgrade dependencies: `fortawesome` to v6.3, `which-polygon` to v2.2.1, `glob` to v9.2
* Upgrade dependencies: `fortawesome` to v6.3, `which-polygon` to v2.2.1, `glob` to v9.2, `temaki` to v5.3
* Bundle `package.json` file in repository for faster `clean-install` builds

[#9482]: https://github.com/openstreetmap/iD/pull/9482
[#9492]: https://github.com/openstreetmap/iD/pull/9492
Expand Down

0 comments on commit 4783d61

Please sign in to comment.