Skip to content

Commit

Permalink
Add keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
the1812 committed Jun 29, 2023
1 parent e7c5cda commit 9dbab25
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flac-tagger",
"version": "1.0.0",
"version": "1.0.1",
"description": "Pure JavaScript FLAC Tag writer and reader.",
"main": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand All @@ -19,7 +19,13 @@
"eslint-check": "eslint . --ext .cjs,.mjs,.ts",
"eslint-fix": "eslint . --ext .cjs,.mjs,.ts --fix"
},
"keywords": [],
"keywords": [
"nodejs",
"metadata",
"tags",
"flac",
"music"
],
"author": "",
"license": "SEE LICENSE IN LICENSE.md",
"devDependencies": {
Expand Down

0 comments on commit 9dbab25

Please sign in to comment.