Skip to content

Commit d13a6b3

Browse files
committed
Use trunk version of jquery-ui
Seems to work well on quick look. At least the print is correct.
1 parent da1610f commit d13a6b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import App from './app.jsx';
1212

1313
// import a specific part
1414
import jquery from 'jquery';
15-
import dialog from 'jquery-ui/dialog';
15+
import dialog from 'jquery-ui/ui/widgets/dialog';
1616

1717
// prints out ok! you could use form now
1818
console.log('dialog', dialog, Object.keys(dialog), Object.keys(jquery).dialog);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"main": "dist-modules/index.js",
2222
"dependencies": {
2323
"jquery": "^2.1.4",
24-
"jquery-ui": "^1.10.5"
24+
"jquery-ui": "jquery/jquery-ui"
2525
},
2626
"devDependencies": {
2727
"babel": "^5.8.23",

0 commit comments

Comments
 (0)