We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f3a2e commit 6bbd6f8Copy full SHA for 6bbd6f8
1 file changed
package.json
@@ -4,7 +4,7 @@
4
"url": "http://github.com/mapnik/node-mapnik",
5
"homepage": "http://mapnik.org",
6
"author": "Dane Springmeyer <dane.mapnik@gmail.com>",
7
- "version": "4.7.3",
+ "version": "4.7.4-dev",
8
"main": "index.js",
9
"directories": {
10
"share": "./share",
@@ -39,10 +39,10 @@
39
"prebuildify": "^6.0.1"
40
},
41
"optionalDependencies": {
42
- "@mapnik/core-darwin-arm64": "4.1.2-1",
43
- "@mapnik/core-darwin-x64": "4.1.2-1",
44
- "@mapnik/core-linux-arm64": "4.1.2-1",
45
- "@mapnik/core-linux-x64": "4.1.2-1"
+ "@mapnik/core-darwin-arm64": "4.1.3-dev",
+ "@mapnik/core-darwin-x64": "4.1.3-dev",
+ "@mapnik/core-linux-arm64": "4.1.3-dev",
+ "@mapnik/core-linux-x64": "4.1.3-dev"
46
47
"bin": {
48
"mapnik-index.js": "bin/mapnik-index.js",
0 commit comments