Skip to content

Commit fb8464d

Browse files
Change from module to commonjs
1 parent 827e37c commit fb8464d

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
const Thepeer = require('./lib/Thepeer')
22

3-
module.exports = Thepeer
3+
module.exports = Thepeer

lib/Thepeer.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ const axios = require('axios').default
22
const crypto = require('crypto')
33
const Helper = require('./utils/Helper')
44

5-
65
/**
76
* @class ThePeer
87
*/

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"type": "git",
1111
"url": "git+https://github.com/thepeerstack/node-sdk.git"
1212
},
13-
"type": "module",
1413
"author": {
1514
"name": "Thepeer",
1615
"email": "[email protected]",
1716
"url": "https://thepeer.co"
1817
},
1918
"contributors": [
20-
"Michael Trojan Okoh <[email protected]>"
19+
"Michael Trojan Okoh <[email protected]>",
20+
"Faithful Ojebiyi <[email protected]>"
2121
],
2222
"license": "ISC",
2323
"bugs": {

0 commit comments

Comments
 (0)