chordsheetjs 12.1.0 → 12.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chordsheetjs",
|
|
3
3
|
"author": "Martijn Versluis",
|
|
4
|
-
"version": "12.1.
|
|
4
|
+
"version": "12.1.1",
|
|
5
5
|
"description": "A JavaScript library for parsing and formatting chord sheets",
|
|
6
6
|
"source": "src/index.ts",
|
|
7
7
|
"main": "lib/index.js",
|
|
@@ -68,6 +68,7 @@
|
|
|
68
68
|
"debug:chords-over-words": "yarn build && tsx script/debug_parser.ts chords_over_words --include-chord-grammar",
|
|
69
69
|
"eslint": "node_modules/.bin/eslint",
|
|
70
70
|
"lint": "yarn unibuild lint",
|
|
71
|
+
"lint:fix": "yarn unibuild lint --fix",
|
|
71
72
|
"prepare": "yarn install && yarn build",
|
|
72
73
|
"release": "yarn unibuild release",
|
|
73
74
|
"test": "yarn unibuild lint && yarn unibuild test",
|