1
0
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:
Soreine
2016-11-10 17:52:06 +01:00
parent 62a3b4666d
commit b0c72c7d34
2 changed files with 2 additions and 2 deletions

View File

@@ -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",

View File

@@ -1,5 +1,4 @@
/* global Map */
import Map from 'es6-map'
import IS_DEV from '../constants/is-dev'
/**