We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d612131 commit 499292eCopy full SHA for 499292e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-select2-wrapper",
3
- "version": "0.0.8",
+ "version": "0.0.9",
4
"description": "React component for Select2",
5
"main": "lib/components/Select2.js",
6
"scripts": {
src/components/Select2.js
@@ -1,5 +1,6 @@
import React, { Component, PropTypes } from 'react';
import ReactDOM from 'react-dom';
+import $ from 'jquery';
import 'select2';
export default class Select2 extends Component {
0 commit comments