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",
|
"base64",
|
||||||
"browser"
|
"browser"
|
||||||
],
|
],
|
||||||
"main": "index.js",
|
"main": "dist/videoframes.min.js",
|
||||||
|
"unpkg": "dist/videoframes.umd.min.js",
|
||||||
|
"jsdelivr": "dist/videoframes.umd.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
"index.js",
|
"dist/",
|
||||||
"README.md",
|
"README.md",
|
||||||
"LICENSE"
|
"LICENSE"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user