Skip to content
Snippets Groups Projects
Verified Commit 34a00271 authored by David Beniamine's avatar David Beniamine
Browse files

Downgrade mirador-annotations to 0.4.0 to resolve dependencie conflict

parent c380abc2
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
...@@ -5,14 +5,14 @@ ...@@ -5,14 +5,14 @@
"private": true, "private": true,
"scripts": { "scripts": {
"build": "webpack --config webpack.config.js", "build": "webpack --config webpack.config.js",
"serve": "npm install --legacy-peer-deps && chmod +x node_modules/webpack/bin/webpack.js; webpack serve --config webpack.config.js" "serve": "npm install; chmod +x node_modules/webpack/bin/webpack.js; webpack serve --config webpack.config.js"
}, },
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"css-loader": "^3.6.0", "css-loader": "^3.6.0",
"mirador": "git+https://gitlab.tetras-libre.fr/iiif/mirador-video-annotation#wip-webpack-from-git", "mirador": "git+https://gitlab.tetras-libre.fr/iiif/mirador-video-annotation#wip-webpack-from-git",
"mirador-annotations": "0.5.0", "mirador-annotations": "0.4.0",
"react": "^16.13.1", "react": "^16.13.1",
"react-dom": "^16.13.1", "react-dom": "^16.13.1",
"style-loader": "^1.2.1" "style-loader": "^1.2.1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment