Skip to content
This repository was archived by the owner on Sep 28, 2023. It is now read-only.

Commit 85f230e

Browse files
committed
Use version 0.0.4 of spendesk collect package
1 parent 82c4059 commit 85f230e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spendesk-collector-template",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "Template to develop Spendesk collectors",
55
"dependencies": {
66
"child_process": "^1.0.2",

template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"lodash": "^4.17.11",
88
"nodemon": "^1.18.6",
99
"puppeteer": "^1.10.0",
10-
"spendesk-collect": "^0.0.3"
10+
"spendesk-collect": "^0.0.4"
1111
},
1212
"engines": {
1313
"node": "8.11.x",

0 commit comments

Comments
 (0)