Skip to content

Commit

Permalink
Normalize dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ger-benjamin committed Sep 13, 2024
1 parent 8654eda commit dbd2b69
Show file tree
Hide file tree
Showing 6 changed files with 22,617 additions and 60 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
*.pyc
/package-lock.json
/apidoc/
/api/dist/api.*
/.transifexrc
Expand Down
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ repos:
|examples/measure\.js
|src/bootstrap-custom\.css\.map
|buildtools/sgx\.capabilities\.xml
|package-lock\.json
)$
args:
- --ignore-words=.github/spell-ignore-words.txt
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ contribs/dist: .build/build-dll.timestamp
touch $@

.build/node_modules.timestamp: package.json
npm install --omit=optional
npm install
# Installed from peer dependency from ol-layerswitcher and that breaks our types
rm -rf ./node_modules/@types/openlayers
mkdir -p $(dir $@)
Expand Down
Loading

0 comments on commit dbd2b69

Please sign in to comment.