Skip to content

Commit

Permalink
Merge branch 'webpack-improvements' of https://github.com/IGNF/geopor…
Browse files Browse the repository at this point in the history
…tal-extensions into webpack-improvements
  • Loading branch information
pjjmunier committed May 30, 2018
2 parents d4ee438 + 7cab189 commit a863a23
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 8 deletions.
9 changes: 7 additions & 2 deletions scripts/release/config_npm/package-itowns.json
Expand Up @@ -19,6 +19,11 @@
"license": "CECILL-B",
"bugs": {},
"homepage": "https://geoservices.ign.fr/documentation/utilisation_web/extension-itowns.html",
"dependencies": {},
"devDependencies": {}
"dependencies": {
"request": "^2.83.0",
"xmldom": "^0.1.27"
},
"peerDependencies": {
"itowns": "2.3.0"
}
}
8 changes: 7 additions & 1 deletion scripts/release/config_npm/package-leaflet.json
Expand Up @@ -21,5 +21,11 @@
"type":"git"
},
"version":"2.0.0",
"dependencies":{}
"peerDepencies":{
"leaflet": "^1.3.1"
},
"dependencies":{
"request": "^2.83.0",
"xmldom": "^0.1.27"
}
}
11 changes: 8 additions & 3 deletions scripts/release/config_npm/package-openlayers-itowns.json
Expand Up @@ -17,7 +17,12 @@
],
"license": "CECILL-B",
"bugs": {},
"dependencies": {},
"devDependencies": {}
"dependencies": {
"request": "^2.83.0",
"xmldom": "^0.1.27"
},
"peerDependencies": {
"itowns": "2.3.0",
"openlayers": "^4.0.1"
}
}

9 changes: 7 additions & 2 deletions scripts/release/config_npm/package-openlayers.json
Expand Up @@ -19,6 +19,11 @@
"license": "CECILL-B",
"bugs": {},
"homepage": "https://geoservices.ign.fr/documentation/utilisation_web/extension-openlayers.html",
"dependencies": {},
"devDependencies": {}
"dependencies": {
"request": "^2.83.0",
"xmldom": "^0.1.27"
},
"peerDependencies": {
"openlayers": "^4.0.1"
}
}

0 comments on commit a863a23

Please sign in to comment.