dist
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1 +1,2 @@
|
||||
node_modules/
|
||||
node_modules/
|
||||
dist/
|
||||
@@ -12,9 +12,11 @@
|
||||
"base64",
|
||||
"browser"
|
||||
],
|
||||
"main": "index.js",
|
||||
"main": "dist/videoframes.min.js",
|
||||
"unpkg": "dist/videoframes.umd.min.js",
|
||||
"jsdelivr": "dist/videoframes.umd.min.js",
|
||||
"files": [
|
||||
"index.js",
|
||||
"dist/",
|
||||
"README.md",
|
||||
"LICENSE"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user