Skip to content

Commit 4546007

Browse files
JuanJuan
authored andcommitted
Fix SDK Version and Build before running the test
1 parent 16e57ce commit 4546007

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
- run:
1515
name: Install dependencies
1616
command: npm install
17+
- run:
18+
name: Build Project
19+
command: npm run build
1720
- run:
1821
name: Run Tests
1922
command: npm run test

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "route4me-node",
3-
"version": "0.2.4",
3+
"version": "1.0.2",
44
"description": "Access Route4Me's logistics-as-a-service API using our Node.js SDK",
55
"main": "./dist/",
66
"browser": "./dist/browser/route4me.js",
@@ -41,6 +41,10 @@
4141
"name": "Igor S.",
4242
"email": "[email protected]"
4343
},
44+
{
45+
"name": "Juan",
46+
"email": "[email protected]"
47+
},
4448
{
4549
"name": "Dan Khasis",
4650
"email": "[email protected]"

0 commit comments

Comments
 (0)