Skip to content

Commit 611e5fe

Browse files
committed
Removing src from npm package
1 parent 6b6980f commit 611e5fe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.babelrc
22
node_modules
3+
src
34
test
45
npm-debug.log

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vonage/video-accelerator",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "The Video Accelerator provides a simple way to integrate real-time audio/video into your web application using the Vonage Video platform.",
55
"main": "dist/videoAccelerator.js",
66
"scripts": {

0 commit comments

Comments
 (0)