Rename zotero-note-editor submodule to note-editor

This commit is contained in:
Dan Stillman 2021-02-11 14:48:27 -05:00
parent 4c11d45679
commit e1c0f6c1a0
8 changed files with 16 additions and 16 deletions

View file

@ -7,7 +7,7 @@ const getSass = require('./sass');
const getSymlinks = require('./symlinks');
const getPDFReader = require('./pdf-reader');
const getPDFWorker = require('./pdf-worker');
const getZoteroNoteEditor = require('./zotero-note-editor');
const getZoteroNoteEditor = require('./note-editor');
const { formatDirsForMatcher, getSignatures, writeSignatures, cleanUp, onSuccess, onError} = require('./utils');
const { dirs, symlinkDirs, copyDirs, symlinkFiles, jsFiles, scssFiles, ignoreMask } = require('./config');