Compare commits

...

3 Commits

Author SHA1 Message Date
orangemug
1d48ab7ecf 1.7.0 2020-04-23 21:12:38 +01:00
Orange Mug
d85ed36e70 Merge pull request #663 from nspringer-trimble/patch-1
Fix for desktop build
2020-04-22 20:30:00 +01:00
Nick Springer
b554f4427b Fix for desktop build 2020-04-21 09:17:30 -04:00
3 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "maputnik",
"version": "1.7.0-beta4",
"version": "1.7.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "maputnik",
"version": "1.7.0-beta4",
"version": "1.7.0",
"description": "A MapboxGL visual style editor",
"main": "''",
"scripts": {

View File

@@ -67,7 +67,7 @@ export class ApiStyleStore {
save(mapStyle) {
const styleJSON = format(
style.stripAccessTokens(
style.replaceAccessTokens(newStyle)
style.replaceAccessTokens(mapStyle)
)
);