Skip to content

Commit 7491711

Browse files
committed
move dependencies to devdependencies right
1 parent 125ad63 commit 7491711

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 3.10.3
2+
3+
Support AWS functions hotfix
4+
5+
- Move dependencies right.
6+
17
# 3.10.2
28

39
Support AWS functions

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "osm-static-maps",
3-
"version": "3.10.2",
3+
"version": "3.10.3",
44
"description": "Create a static image of a map with the features you want",
55
"author": "Julian Perelli",
66
"contributors": [
@@ -15,6 +15,7 @@
1515
"url": "http://github.com/jperelli/osm-static-maps.git"
1616
},
1717
"dependencies": {
18+
"chrome-aws-lambda": "^5.5.0",
1819
"commander": "^6.2.1",
1920
"express": "4.17.1",
2021
"handlebars": "4.7.6",
@@ -25,7 +26,7 @@
2526
"leaflet-polylinedecorator": "1.6.0",
2627
"mapbox-gl": "^1.13.0",
2728
"mapbox-gl-leaflet": "0.0.14",
28-
"puppeteer": "^5.5.0"
29+
"puppeteer-core": "^5.5.0"
2930
},
3031
"engines": {
3132
"node": ">=12"
@@ -40,8 +41,7 @@
4041
"osmsm": "./src/cli.js"
4142
},
4243
"devDependencies": {
43-
"chrome-aws-lambda": "^5.5.0",
4444
"nodemon": "2.0.6",
45-
"puppeteer-core": "^5.5.0"
45+
"puppeteer": "^5.5.0"
4646
}
47-
}
47+
}

0 commit comments

Comments
 (0)