Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
EvandroLG committed Dec 14, 2021
1 parent cb517e3 commit 5705774
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"version": "0.6.0",
"name": "ts-audio",
"version": "0.6.1",
"author": "evandrolg",
"module": "dist/ts-audio.esm.js",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -29,9 +32,6 @@
"singleQuote": true,
"trailingComma": "es5"
},
"name": "ts-audio",
"author": "evandrolg",
"module": "dist/ts-audio.esm.js",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
Expand Down

0 comments on commit 5705774

Please sign in to comment.