We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8994cd commit e91a814Copy full SHA for e91a814
core/index.js
@@ -67,6 +67,6 @@ SpecDependenciesWrite();
67
// Running by cron
68
if (config.cron || (global.MODE === 'production' && config.cronProd)) {
69
setInterval(function () {
70
- writeDataFile();
+ SpecDependenciesWrite();
71
}, config.cronRepeatTime);
72
}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "sourcejs-spec-dependencies",
3
- "version": "0.1.6",
+ "version": "0.1.7",
4
"description": "Crosslinks of specs",
5
"repository": {
6
"type": "git",
0 commit comments