Skip to content

Commit

Permalink
publishing assets
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Dec 27, 2015
1 parent 4ebef14 commit 7e31504
Show file tree
Hide file tree
Showing 12 changed files with 29,839 additions and 40,320 deletions.
2 changes: 1 addition & 1 deletion public/modules/module/js/frontend_module_loading.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ new Vue({
$fetchDataButton.html('Load');
}, 1000);
}).error(function () {
this.packagist_not_found = 'Package not found, please double check the given URI.'
this.packagist_not_found = 'Package not found, please double check the given URI.';
$fetchDataButton.html('Load');
});
}
Expand Down
4 changes: 2 additions & 2 deletions public/themes/adminlte/vendor/simplemde/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"env": {
"browser": true,
"node": true
"node":true
},
"extends": "eslint:recommended"
}
}
23 changes: 10 additions & 13 deletions public/themes/adminlte/vendor/simplemde/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,23 @@
"version": "1.9.0",
"homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor",
"authors": [
"Wes Cossick"
"Wes Cossick"
],
"description": "A simple, beautiful, and embeddable JavaScript Markdown editor.",
"main": [
"dist/simplemde.min.js",
"dist/simplemde.min.css"
],
"main": ["dist/simplemde.min.js", "dist/simplemde.min.css"],
"moduleType": [
"globals"
"globals"
],
"keywords": [
"embeddable",
"markdown",
"editor",
"javascript",
"wysiwyg"
"embeddable",
"markdown",
"editor",
"javascript",
"wysiwyg"
],
"license": "MIT",
"ignore": [
"node_modules",
"bower_components"
"node_modules",
"bower_components"
]
}
Loading

0 comments on commit 7e31504

Please sign in to comment.