Skip to content

Commit

Permalink
Version bump up
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-soft committed Dec 11, 2024
1 parent 497b593 commit cb7d9ba
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{
"name": "jazz-mxml",
"version": "0.0.6",
"description": "coming soon...",
"version": "0.0.7",
"description": "MusicXML tools",
"main": "jazz-mxml.js",
"scripts": {
"test": "nyc mocha",
"lint": "eslint jazz-mxml.js",
"coverage": "nyc report --reporter=lcov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jazz-soft/jazz-mxml.git"
},
"keywords": [
"MusicXML"
],
"author": "jazz-soft (https://jazz-soft.net/)",
"dependencies": {
"fast-xml-parser": "^4.5.0",
Expand All @@ -23,6 +22,10 @@
"mocha": "^11.0.1",
"nyc": "^17.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jazz-soft/jazz-mxml.git"
},
"homepage": "https://github.com/jazz-soft/jazz-mxml#readme",
"bugs": "https://github.com/jazz-soft/jazz-mxml/issues",
"license": "MIT"
Expand Down

0 comments on commit cb7d9ba

Please sign in to comment.