Skip to content

Commit 1de32e1

Browse files
committed
release: make package public
1 parent befcdb2 commit 1de32e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"name": "@discordjs/opus",
33
"version": "0.1.0",
4-
"description": "",
4+
"description": "Opus bindings for Node",
55
"main": "lib/index.js",
66
"author": "iCrawl <icrawltogo@gmail.com>",
77
"license": "MIT",
8-
"private": true,
98
"scripts": {
109
"install": "node-pre-gyp install --fallback-to-build",
1110
"build": "node-pre-gyp build package",

0 commit comments

Comments
 (0)