mirror of https://github.com/OpenVidu/openvidu.git
node-client: Ignored unnecessary files when pack artifact
parent
99437ddc75
commit
1f51f3e1ad
|
@ -24,5 +24,11 @@
|
|||
"docs": "./generate-docs.sh"
|
||||
},
|
||||
"typings": "lib/index.d.ts",
|
||||
"files": [
|
||||
"lib",
|
||||
"CHANGELOG.md",
|
||||
"LICENSE",
|
||||
"README.md"
|
||||
],
|
||||
"version": "3.0.0-beta1"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue