diff options
author | Nik Nyby <nikolas@gnu.org> | 2015-06-19 19:01:44 -0400 |
---|---|---|
committer | Nik Nyby <nikolas@gnu.org> | 2015-10-22 21:32:33 -0400 |
commit | 7228a1f02c983490fb0b5375eb6ebcb0938a63c3 (patch) | |
tree | 2351417d07171705bfe6d23cba2f3c3352444a92 /lib/script_entries/scripts_cache.js | |
parent | a83fb587659d314fcf04b5456ad40f28663caf53 (diff) | |
download | librejsxul-7228a1f02c983490fb0b5375eb6ebcb0938a63c3.tar.lz librejsxul-7228a1f02c983490fb0b5375eb6ebcb0938a63c3.tar.xz librejsxul-7228a1f02c983490fb0b5375eb6ebcb0938a63c3.zip |
more jpm compatibility
Diffstat (limited to 'lib/script_entries/scripts_cache.js')
-rw-r--r-- | lib/script_entries/scripts_cache.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/script_entries/scripts_cache.js b/lib/script_entries/scripts_cache.js index 47ab069..a09f94e 100644 --- a/lib/script_entries/scripts_cache.js +++ b/lib/script_entries/scripts_cache.js @@ -19,14 +19,14 @@ * You should have received a copy of the GNU General Public License * along with GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. */ -var relationCheckerObj = require("js_checker/relation_checker") +var relationCheckerObj = require("../js_checker/relation_checker") .relationChecker; // import free_libraries to populate the cache hash map. -var free_libraries = require("script_entries/free_libraries"); +var free_libraries = require("../script_entries/free_libraries"); -var crypto = require('script_entries/crypto'); -const checkTypes = require("js_checker/constant_types").checkTypes; +var crypto = require('./crypto'); +const checkTypes = require("../js_checker/constant_types").checkTypes; // cachedResults contains objects with result/relationChecker for // scripts entries indexed by SHA1sum |