mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 04:01:55 +01:00
Add codemirror as dependency
This commit is contained in:
parent
4db5c7cf68
commit
720c8f108b
3 changed files with 2 additions and 2 deletions
|
@ -19,6 +19,7 @@
|
|||
"license": "MIT",
|
||||
"homepage": "https://github.com/maputnik/editor#readme",
|
||||
"dependencies": {
|
||||
"codemirror": "^5.18.2",
|
||||
"color": "^1.0.3",
|
||||
"file-saver": "^1.3.2",
|
||||
"lodash.clonedeep": "^4.5.0",
|
||||
|
|
|
@ -2,7 +2,6 @@ import React from 'react'
|
|||
import ReactDOM from 'react-dom'
|
||||
import MapboxGl from 'mapbox-gl'
|
||||
import FeatureLayerTable from './FeatureLayerTable'
|
||||
import Popup from './Popup'
|
||||
import validateColor from 'mapbox-gl-style-spec/lib/validate/validate_color'
|
||||
import style from '../../libs/style.js'
|
||||
import 'mapbox-gl/dist/mapbox-gl.css'
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import { SettingsStore } from '../src/stylestore.js'
|
||||
import { SettingsStore } from '../src/libs/stylestore.js'
|
||||
import assert from 'assert'
|
||||
|
||||
describe('SettingsStore', () => {
|
||||
|
|
Loading…
Reference in a new issue