-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix SDK Version and Build before running the test
- Loading branch information
Juan
authored and
Juan
committed
Nov 3, 2021
1 parent
16e57ce
commit 4546007
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "route4me-node", | ||
"version": "0.2.4", | ||
"version": "1.0.2", | ||
"description": "Access Route4Me's logistics-as-a-service API using our Node.js SDK", | ||
"main": "./dist/", | ||
"browser": "./dist/browser/route4me.js", | ||
|
@@ -41,6 +41,10 @@ | |
"name": "Igor S.", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Juan", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Dan Khasis", | ||
"email": "[email protected]" | ||
|