1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-01 04:50:27 +02:00

improve Editor.marks and Editor.nodes abstraction

This commit is contained in:
Ian Storm Taylor
2019-11-29 23:15:08 -05:00
parent 0da1dd128c
commit 68569f286e
51 changed files with 381 additions and 237 deletions

View File

@@ -20,7 +20,7 @@
"serve": "cd ./site && next",
"start": "npm-run-all --parallel --print-label watch serve",
"test": "mocha --require ./config/babel/register.cjs ./packages/*/test/index.js",
"test:debug": "mocha debug --require ./config/babel/register ./packages/*/test/index.js",
"test:debug": "mocha debug --require ./config/babel/register.cjs ./packages/*/test/index.js",
"watch": "yarn build:rollup --watch"
},
"devDependencies": {