Skip to content

Commit 7e656e3

Browse files
author
ansonfoong
committed
Package.json updated with dependencies
1 parent aaabd2f commit 7e656e3

File tree

5 files changed

+6
-64
lines changed

5 files changed

+6
-64
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
node_modules
22
package-lock.json
33
out
4-
config
4+
config
5+
src/example.js

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,8 @@
2121
"bugs": {
2222
"url": "https://github.com/ansonfoong/CDTA.js/issues"
2323
},
24-
"homepage": "https://github.com/ansonfoong/CDTA.js#readme"
24+
"homepage": "https://github.com/ansonfoong/CDTA.js#readme",
25+
"dependencies": {
26+
"node-fetch": "^2.6.0"
27+
}
2528
}

src/Requests/RequestPreserver.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/example.js

Lines changed: 0 additions & 58 deletions
This file was deleted.

src/utils/Util.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ module.exports.createObject = async function(type, response)
103103
delete routeData.route_direction_uri;
104104
delete routeData.route_schedule_uri;
105105
return Object.assign(newRoute, routeData);
106-
107106
}
108107
}
109108
}

0 commit comments

Comments
 (0)