Skip to content

Commit

Permalink
increased version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ma4nn committed Jun 4, 2024
1 parent 9c85dcf commit 69acecc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "moneymoney-sankey",
"description": "An extension for the great MoneyMoney app to export an interactive HTML Sankey Chart based on the transaction categories",
"version": "1.1.0",
"version": "1.2.0",
"dependencies": {
"bootstrap": "^5.3.2",
"highcharts": "^11.4.3"
Expand All @@ -22,7 +22,7 @@
"build": "mkdir -p $npm_package_config_outputDir && cp src/SankeyChart.lua $npm_package_config_outputDir && INLINE_CSS=`npm run build:css --silent` INLINE_JS=`npm run build:js --silent` node ./build.js",
"test": "npm-run-all test:*",
"test:compile-validate": "lua ./src/SankeyChartTest.lua | html-validate --stdin",
"test:placeholder": "grep -qE '{{ ([a-zA-Z_]+) }}' $npm_package_config_outputDir/*.lua && (echo 'ERROR: Placeholders have not been replaced in dist!' && exit 1) || exit 0"
"test:placeholder": "grep -qE '{{ ([a-zA-Z_]+) }}' $npm_package_config_outputDir/*.lua && (echo 'error: placeholders have not been replaced in dist!' && exit 1) || exit 0"
},
"config": {
"outputDir": "dist/"
Expand Down

0 comments on commit 69acecc

Please sign in to comment.