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

Commit

Permalink
chore: update dependencies (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
linkesch committed Jan 24, 2019
1 parent 4b2a314 commit e11e013
Show file tree
Hide file tree
Showing 6 changed files with 1,184 additions and 2,224 deletions.
1 change: 0 additions & 1 deletion .jscsrc
@@ -1,5 +1,4 @@
{
"preset": "crockford",
"verbose": true,
"disallowDanglingUnderscores": false
}
3 changes: 3 additions & 0 deletions Gruntfile.js
Expand Up @@ -77,6 +77,9 @@ module.exports = function (grunt) {
},

sass: {
options: {
implementation: require('node-sass')
},
dist: {
files: [{
expand: true,
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Expand Up @@ -39,8 +39,8 @@
"dependencies": {
"jquery": ">=1.9.0",
"medium-editor": "^5.15.0",
"handlebars": "~4.0.0",
"blueimp-file-upload": "~9.12.1",
"handlebars": "~4.0.12",
"blueimp-file-upload": "~9.28.0",
"jquery-sortable": "~0.9.12"
}
}

0 comments on commit e11e013

Please sign in to comment.