Skip to content

Commit 1083319

Browse files
committed
Update package.json
- Set version to 0.1.10 - Add a "license" key.
1 parent 7787785 commit 1083319

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opusenc.js",
3-
"version": "0.0.1",
3+
"version": "0.1.10",
44
"description": "JavaScript Opus (audio format) Encoder",
55
"keywords": [
66
"plugin"
@@ -11,6 +11,7 @@
1111
"url": "git://github.com/Rillke/opusenc.js.git"
1212
},
1313
"bugs": "https://github.com/Rillke/opusenc.js/issues",
14+
"license": "C.f. https://github.com/Rillke/opusenc.js/blob/master/LICENSE.md",
1415
"licenses": [
1516
{
1617
"type": "MIT",

0 commit comments

Comments
 (0)