Skip to content

Commit

Permalink
Fix handlebars dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joaorafaelalmeida committed Jul 14, 2020
1 parent b94bd5c commit 6af3553
Show file tree
Hide file tree
Showing 15 changed files with 13,057 additions and 232 deletions.
2 changes: 1 addition & 1 deletion app/assets/javascripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ requirejs.config({
'underscore': '../lib/underscorejs/underscore-min',
'bootstrap': '../lib/bootstrap/js/bootstrap',
'adminLTE': '../lib/adminLTE/js/app.min',
'handlebars.runtime': '../lib/handlebars/handlebars.runtime',
'handlebars.runtime': '../lib/handlebars/handlebars.runtime.min',
'handlebarsHelpers': 'core/handlebarsHelpers',
'editor': '../editor/editor',
'bootbox': 'lib/bootbox.min',
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ libraryDependencies ++= Seq(
// Font awesome
"org.webjars" % "font-awesome" % "4.7.0",
// Handlebars
"org.webjars" % "handlebars" % "4.0.5",
//"org.webjars" % "handlebars" % "4.0.5",
// Parse JSON
"com.google.code.gson" % "gson" % "2.8.0",
// Password encrypting
Expand Down
Binary file removed lib/bicenter.bicenter-1.0.0-assets.jar
Binary file not shown.
Binary file removed lib/bicenter.bicenter-1.0.0.jar
Binary file not shown.
Binary file removed lib/org.webjars.handlebars-4.0.5.jar
Binary file not shown.
226 changes: 0 additions & 226 deletions package-lock.json

This file was deleted.

27 changes: 23 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
{
"devDependencies": {
"handlebars": "^4.0.0"
}
}
"name": "bicenter",
"version": "1.0.0",
"description": "This is a web-based platform that allows the building and management of ETL pipelines, by non-IT users, in a multi-institution environment.",
"main": "index.js",
"dependencies": {
"handlebars": "^4.7.6",
"source-map": "^0.7.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bioinformatics-ua/BIcenter.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bioinformatics-ua/BIcenter/issues"
},
"homepage": "https://github.com/bioinformatics-ua/BIcenter#readme"
}
Loading

0 comments on commit 6af3553

Please sign in to comment.