Skip to content

Commit

Permalink
Fix dependencies problems
Browse files Browse the repository at this point in the history
  • Loading branch information
cblanco committed Oct 23, 2019
1 parent d4de00b commit f8950a1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ module.exports = function (grunt) {
copy: {
main: {
files: [
{expand: true, cwd: 'src/js', src: '*', dest: 'build/src/js'}
{expand: true, cwd: 'src/js', src: '*', dest: 'build/src/js'},
{expand: true, cwd: 'node_modules/moment/min', src: 'moment-with-locales.min.js', dest: 'build/lib/lib/js'}
]
}
},
Expand Down
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"karma-jasmine": "^1.0.2",
"karma-junit-reporter": "^2.0.1",
"mock-applicationmashup": "^1.0.0-f",
"wirecloud-config-parser": "^0.2.2"
"wirecloud-config-parser": "^0.2.2",
"moment": "^2.24.0"
},
"private": true,
"dependencies": {}
Expand Down
2 changes: 1 addition & 1 deletion src/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<operator xmlns="http://wirecloud.conwet.fi.upm.es/ns/macdescription/1" vendor="FICODES" name="quantumleap-2-echart" version="0.1.2">
<operator xmlns="http://wirecloud.conwet.fi.upm.es/ns/macdescription/1" vendor="FICODES" name="quantumleap-2-echart" version="0.1.3">
<details>
<title>QuantumLeap 2 Echart</title>
<homepage>https://github.com/Ficodes/quantumleap-2-echart-operator</homepage>
Expand Down

0 comments on commit f8950a1

Please sign in to comment.