8000 fix(publisher): add jquery as dependency · angular-ui/ui-sortable@8068bad · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 8068bad

Browse files
committed
fix(publisher): add jquery as dependency
1 parent 9f624f9 commit 8068bad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

publish.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ var path = require('path');
88
module.exports = function() {
99

1010
var js_dependencies =[
11+
'bower_components/jquery/jquery.js',
1112
'bower_components/jquery-ui/ui/jquery-ui.js'
1213
];
1314

0 commit comments

Comments
 (0)
0