Remove prosemirror-schema-basic dependency #1

Closed
copperwall wants to merge 1 commit from remove-schema-basic-dependency into master
copperwall commented 2016-10-17 23:45:03 +02:00 (Migrated from github.com)

I was trying to setup an installation of prosemirror without using the
prosemirror-schema-basic module and npm install errored out due to
not being able to access the prosemirror-schema-basic module. I
couldn't find a place that prosemirror-example-setup actually uses
the prosemirror-schema-basic, so this commit removes the unused
dependency from the package.json file.

I was trying to setup an installation of prosemirror without using the `prosemirror-schema-basic` module and `npm install` errored out due to not being able to access the `prosemirror-schema-basic` module. I couldn't find a place that `prosemirror-example-setup` actually uses the `prosemirror-schema-basic`, so this commit removes the unused dependency from the `package.json` file.
marijnh commented 2016-10-18 09:51:09 +02:00 (Migrated from github.com)

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 e9da0ae

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 e9da0ae

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
prosemirror/prosemirror-example-setup!1
No description provided.