Skip to content

Commit

Permalink
Merge pull request #36 from whereby/nandor/add-assert-dependency
Browse files Browse the repository at this point in the history
Add assert to the list of devDependencies
  • Loading branch information
nandito authored Feb 6, 2023
2 parents c94c3ab + 142d4ca commit 4499cdf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whereby.com/browser-sdk",
"version": "2.0.0-alpha1",
"version": "2.0.0-alpha2",
"description": "Modules for integration Whereby video in web apps",
"author": "Whereby AS",
"license": "MIT",
Expand All @@ -13,7 +13,10 @@
"main": "dist/lib.cjs.js",
"module": "dist/lib.esm.js",
"type": "module",
"files": ["dist/**/*.js", "dist/*.d.ts"],
"files": [
"dist/**/*.js",
"dist/*.d.ts"
],
"types": "dist/types.d.ts",
"scripts": {
"prebuild": "rimraf dist",
Expand Down Expand Up @@ -67,6 +70,7 @@
"dependencies": {
"@swc/helpers": "^0.3.13",
"@whereby/jslib-media": "whereby/jslib-media.git",
"assert": "^2.0.0",
"axios": "^1.2.3",
"btoa": "^1.2.1",
"heresy": "^1.0.4"
Expand Down

0 comments on commit 4499cdf

Please sign in to comment.