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

Commit af50123

Browse files
committed
fix(publisher): update to 1.2.x
1 parent 75821f8 commit af50123

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"main": "./sortable.js",
99
"dependencies": {},
1010
"devDependencies": {
11-
"angular-ui-publisher": "1.x",
11+
"angular-ui-publisher": "1.2.x",
1212
"grunt": "~0.4.x",
1313
"grunt-contrib-connect": "0.5.x",
1414
"grunt-contrib-jshint": "0.8.x",

publish.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ module.exports = function() {
3030
// HACK TO LOAD JQUERY BEFORE ANGULAR
3131
return ['vendor/jquery.js'].concat(defaultJsFiles, js_dependencies.slice(1).map(putThemInVendorDir).concat(['dist/sortable.js']));
3232
},
33+
bowerData: { main : './sortable.js' },
3334
tocopy : css_dependencies.concat(js_dependencies)
3435
};
3536
};

0 commit comments

Comments
 (0)