Skip to content

Commit

Permalink
Fix to allow TS modules to get exported models
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMBarr committed Jun 12, 2023
1 parent a7c5be8 commit 287b293
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.1",
"version": "1.1.2",
"description": "Parses and extracts data from OpenLyrics files, and creates them!",
"main": "dist/main/index.js",
"typings": "dist/main/index.d.ts",
Expand All @@ -27,7 +27,7 @@
"!**/*.json",
"!**/*.tsbuildinfo",
"!**/*.xml.model.d.ts",
"!**/*.model.js",
"!**/version.d.ts",
"LICENSE",
"README.md"
],
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Generated by genversion.
export const version = '1.1.1';
export const version = '1.1.2';

0 comments on commit 287b293

Please sign in to comment.