summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-06-11 22:22:47 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-06-11 22:22:47 +0200
commitbe8d25968bfa511aa856759f6fbe9dfa5c8248f6 (patch)
tree650f99c6ce70bb8038883b6d7cff853ec0c48577 /package.json
parentcb35325c16760721e55783c4624ee63daa973f7c (diff)
Added a test to ensure that importing with requirejs actually works
Re #10
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index b66f554..1d5c33d 100644
--- a/package.json
+++ b/package.json
@@ -32,6 +32,7 @@
"chai": "^4.3.7",
"eslint": "^8.42.0",
"jsdoc": "^4.0.2",
- "mocha": "^10.2.0"
+ "mocha": "^10.2.0",
+ "requirejs": "^2.3.6"
}
}