1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-09-02 03:32:36 +02:00

remove the slate-schema package (#3291)

This commit is contained in:
Ian Storm Taylor
2019-12-10 17:53:27 -05:00
committed by GitHub
parent 9d4a9d7a65
commit e68a5cd305
68 changed files with 40 additions and 1892 deletions

View File

@@ -13,7 +13,6 @@ import Core from '../../packages/slate/package.json'
import History from '../../packages/slate-history/package.json'
import Hyperscript from '../../packages/slate-hyperscript/package.json'
import React from '../../packages/slate-react/package.json'
import Schema from '../../packages/slate-schema/package.json'
/**
* Return a Rollup configuration for a `pkg` with `env` and `target`.
@@ -168,5 +167,4 @@ export default [
...factory(History),
...factory(Hyperscript),
...factory(React),
...factory(Schema),
]