Skip to content

Commit

Permalink
Downgrade crypto-js and add "type" to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
John Riordan committed May 7, 2020
1 parent d8583c8 commit 9cf81b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"license": "MIT",
"main": "./lib/index.js",
"module": "./lib/index.js",
"type": "module",
"types": "./lib/index.d.ts",
"homepage": "https://sipjs.com",
"author": "OnSIP <[email protected]> (https://sipjs.com/aboutus/)",
Expand All @@ -28,7 +29,7 @@
"typescript"
],
"dependencies": {
"crypto-js": "^4.0.0",
"crypto-js": "^3.3.0",
"events": "^3.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit 9cf81b5

Please sign in to comment.