Skip to content

Commit e91a814

Browse files
committed
Fix plugin with new structure of source.
1 parent b8994cd commit e91a814

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ SpecDependenciesWrite();
6767
// Running by cron
6868
if (config.cron || (global.MODE === 'production' && config.cronProd)) {
6969
setInterval(function () {
70-
writeDataFile();
70+
SpecDependenciesWrite();
7171
}, config.cronRepeatTime);
7272
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sourcejs-spec-dependencies",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "Crosslinks of specs",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)