Skip to content

Commit

Permalink
add npm keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
weirongxu committed Aug 14, 2019
1 parent 9597b7c commit 067835e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "lrc parser, maker, runner",
"main": "lib/cjs/lrc-kit.js",
"module": "lib/esm/lrc-kit.js",
"keywords": [
"lrc",
"lyric"
],
"scripts": {
"build": "yarn run build:esm && yarn run build:cjs",
"build:esm": "tsc --module es2015 --target es5 --outDir lib/esm",
Expand Down

0 comments on commit 067835e

Please sign in to comment.