Skip to content

Commit

Permalink
PD-86957:
Browse files Browse the repository at this point in the history
    * Migrates to telesignsdk v3.0.0"
    * Removes unnecessary dev dependencies
  • Loading branch information
rtrujillo-telesign committed May 8, 2024
1 parent a11c58d commit f2a9625
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
{
"name": "telesignenterprisesdk",
"version": "2.0.1",
"version": "3.0.0",
"description": "Official TeleSign SDK for Rest APIs including SMS, Voice, PhoneID, TeleBureau and more",
"repository": {
"type": "git",
"url": "https://github.com/TeleSign/node_telesign_enterprise"
},
"main": "src/telesign.js",
"dependencies": {
"telesignsdk": "^2.0.0"
},
"devDependencies": {
"istanbul": "^0.4.5",
"proxyquire": "^1.8.0",
"sinon": "^3.0.0",
"tap-spec": "^4.1.1",
"tape": "^4.7.0"
"telesignsdk": "^3.0.0"
},
"keywords": [
"Telesign",
Expand Down

0 comments on commit f2a9625

Please sign in to comment.