aboutsummaryrefslogtreecommitdiff
path: root/common/checks.js
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-10-13 17:15:23 +1100
committerYuchen Pei <hi@ypei.me>2022-10-13 17:21:56 +1100
commit46ecac9ab60b32ccc7b40a668938c84117de1b4d (patch)
tree6e8b6ca613084071b5f8ab09ad07ebc8defcbe04 /common/checks.js
parentdbfe1fb86719a18364f24bff57781aeb3262cb90 (diff)
changing license definition to json
and reuse it in the manual
Diffstat (limited to 'common/checks.js')
-rw-r--r--common/checks.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/checks.js b/common/checks.js
index bf90130..a9e3cc8 100644
--- a/common/checks.js
+++ b/common/checks.js
@@ -21,7 +21,7 @@
*/
const acorn = require('acorn');
-const { licenses } = require('./license_definitions.js');
+const licenses = require('./license_definitions.json');
const { patternUtils } = require('./pattern_utils.js');
const { makeDebugLogger } = require('./debug.js');
const fnameData = require('./fname_data.json').fname_data;