Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexesprit committed Jan 30, 2021
1 parent 743a555 commit 4d6c7d7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
{
"name": "metadata-filter",
"version": "1.1.1",
"version": "1.2.0",
"author": "Alexey <[email protected]>",
"description": "A module for cleaning up artist, album, and song names.",
"main": "dist/filter.js",
"module": "dist/filter.esm.js",
"types": "types/index.d.ts",
"files": ["dist", "types"],
"files": [
"dist",
"types"
],
"repository": {
"type": "git",
"url": "https://github.com/web-scrobbler/metadata-filter.git"
},
"keywords": ["filters", "metadata"],
"keywords": [
"filters",
"metadata"
],
"devDependencies": {
"@types/chai": "4.2.14",
"@types/chai-spies": "1.0.3",
Expand Down

0 comments on commit 4d6c7d7

Please sign in to comment.