Remove prosemirror-schema-basic dependency #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "remove-schema-basic-dependency"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I was trying to setup an installation of prosemirror without using the
prosemirror-schema-basicmodule andnpm installerrored out due tonot being able to access the
prosemirror-schema-basicmodule. Icouldn't find a place that
prosemirror-example-setupactually usesthe
prosemirror-schema-basic, so this commit removes the unuseddependency from the
package.jsonfile.Thanks. It used to be dependent on that module when I split the repository, but the dependency was dropped and I forgot to update package.json. Merged as
e9da0aePull request closed