mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-28 09:29:49 +02:00
Use es6-map as native Map polyfill
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
"debug": "^2.2.0",
|
||||
"detect-browser": "^1.3.3",
|
||||
"direction": "^0.1.5",
|
||||
"es6-map": "^0.1.4",
|
||||
"esrever": "^0.2.0",
|
||||
"get-window": "^1.1.1",
|
||||
"immutable": "^3.8.1",
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* global Map */
|
||||
|
||||
import Map from 'es6-map'
|
||||
import IS_DEV from '../constants/is-dev'
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user