Skip to content

Commit

Permalink
1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMBarr committed Jun 14, 2024
1 parent 426893b commit 2c4beff
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,6 +1,6 @@
{
"name": "openlyrics-parser",
"version": "1.1.5",
"version": "1.1.6",
"description": "Parses and extracts data from OpenLyrics files, and creates them!",
"main": "dist/main/index.js",
"typings": "dist/main/index.d.ts",
Expand Down Expand Up @@ -72,7 +72,7 @@
"build:main": "tsc -p tsconfig.json",
"build:module": "tsc -p tsconfig.module.json",
"clean": "rimraf dist coverage test-report.html",
"genversion":"npx genversion src/version.ts --es6 --semi",
"genversion": "npx genversion src/version.ts --es6 --semi",
"lint": "eslint --fix .",
"test": "jest --reporters=default",
"test:html": "jest --reporters=jest-html-reporter --verbose=false",
Expand Down

0 comments on commit 2c4beff

Please sign in to comment.