Skip to content

Commit ea01ed7

Browse files
authored
Merge pull request #30 from contentstack/automation
Support to added in request fetch option as timeout and custom settings.
2 parents 6285c56 + 044aa1c commit ea01ed7

File tree

12 files changed

+6511
-54
lines changed

12 files changed

+6511
-54
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ test/smtpconfig.js/*
88
test/config.js/*
99
test/sync_config.js/*
1010
test/report.json/*
11-
package-lock.json
11+
tap-html.html

LICENSE.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 Contentstack
3+
4+
Copyright (c) 2016-2020 Contentstack
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy
67
of this software and associated documentation files (the "Software"), to deal

contentstack-templates/favicon.ico

31.3 KB
Binary file not shown.

docs-config.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@
1818
"src/core/cache.js"
1919
]
2020
},
21+
"templates":
22+
{
23+
"default":
24+
{
25+
"staticFiles":
26+
{
27+
"include": [ "./contentstack-templates/favicon.ico"]
28+
}
29+
}
30+
},
2131
"tags": {
2232
"dictionaries": ["jsdoc", "closure"],
2333
"allowUnknownTags": true

0 commit comments

Comments
 (0)