aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2021-08-29 15:03:14 +0100
committerLouis Pilfold <louis@lpil.uk>2021-08-29 15:03:14 +0100
commit0d558ccee2ce740a3f2dea694527a8d1d21980cb (patch)
treeb6642a23e047ee98926a74d1ca04fcc96bf24490 /package.json
parent28e0d90719789349e64fd0900d12077929355a6d (diff)
downloadjavascript-0d558ccee2ce740a3f2dea694527a8d1d21980cb.tar.gz
javascript-0d558ccee2ce740a3f2dea694527a8d1d21980cb.zip
Arrays
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index d7d3212..5008aef 100644
--- a/package.json
+++ b/package.json
@@ -2,5 +2,8 @@
"type": "module",
"scripts": {
"test": "bash bin/test.sh"
+ },
+ "devDependencies": {
+ "gleam-packages": "file:./_build/lib"
}
}