From cb7d9baba24c9f90e7d3ab332f4a7ed96c863f75 Mon Sep 17 00:00:00 2001 From: Sema Date: Tue, 10 Dec 2024 21:20:18 -0500 Subject: [PATCH] Version bump up --- package.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 35b7f15..9b6d79d 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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"