Skip to content

Commit

Permalink
Making jQuery a peer dependency instead of pulling from window object.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Terwort authored and Zachary Terwort committed Oct 8, 2018
1 parent b463137 commit 17eae50
Show file tree
Hide file tree
Showing 4 changed files with 3,535 additions and 3,153 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{
}
2 changes: 1 addition & 1 deletion lib/FroalaEditorFunctionality.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* global $ */
import React from 'react';
import $ from 'jquery'

export default class FroalaEditorFunctionality extends React.Component {
constructor(props) {
Expand Down
Loading

0 comments on commit 17eae50

Please sign in to comment.