Skip to content

Commit

Permalink
Merge pull request #5 from apaatsio/fix-package-json
Browse files Browse the repository at this point in the history
Fix problems in package.json
  • Loading branch information
Joshua Jung authored Dec 7, 2016
2 parents 76d8fea + e1c566c commit f67ca5e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
},
"main": "index.js",
"files": [
"index.js",
"mfcc.js",
"src",
"test",
Expand All @@ -32,8 +33,9 @@
],
"dependencies": {
"commander": "^2.8.1",
"dct": "^0.0.2",
"fft-js": "0.0.6",
"dct": "^0.0.3",
"fft-js": "0.0.9",
"signal-windows": "^0.0.1",
"wav": "^1.0.0"
}
}

0 comments on commit f67ca5e

Please sign in to comment.