Skip to content

Commit

Permalink
Merge pull request #1288 from OpenGeoscience/update-hammer
Browse files Browse the repository at this point in the history
build: Use a newer hammerjs library
  • Loading branch information
manthey authored Aug 18, 2023
2 parents 2325a2b + 77b8031 commit 4503bf9
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 24 deletions.
65 changes: 43 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"optionalDependencies": {
"d3": "^3.5.17",
"glslang-validator-prebuilt-predownloaded": "^0.0.2",
"hammerjs": "^2.0.8",
"@egjs/hammerjs": "^2.0.8",
"vtk.js": "*"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion webpack.base.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module.exports = {
proj4: 'proj4/lib',
vgl: 'vgl/vgl.js',
d3: 'd3/d3.js',
hammerjs: 'hammerjs/hammer.js',
hammerjs: '@egjs/hammerjs/dist/hammer.js',
mousetrap: 'mousetrap/mousetrap.js'
}
},
Expand Down

0 comments on commit 4503bf9

Please sign in to comment.