feat: export portable native road packages
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@osm-asset/road-compiler",
|
||||
"version": "0.2.2",
|
||||
"version": "0.3.0",
|
||||
"private": false,
|
||||
"type": "commonjs",
|
||||
"main": "src/index.js",
|
||||
@@ -9,9 +9,11 @@
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test/index.js && node test/fixtures.js",
|
||||
"road:workbench": "node bin/road-workbench.js"
|
||||
"road:workbench": "node bin/road-workbench.js",
|
||||
"road:export": "node bin/road-compiler.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"fflate": "0.8.3",
|
||||
"ol": "10.10.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user