diff options
author | Louis Pilfold <louis@lpil.uk> | 2021-08-29 15:03:14 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-08-29 15:03:14 +0100 |
commit | 0d558ccee2ce740a3f2dea694527a8d1d21980cb (patch) | |
tree | b6642a23e047ee98926a74d1ca04fcc96bf24490 /package.json | |
parent | 28e0d90719789349e64fd0900d12077929355a6d (diff) | |
download | javascript-0d558ccee2ce740a3f2dea694527a8d1d21980cb.tar.gz javascript-0d558ccee2ce740a3f2dea694527a8d1d21980cb.zip |
Arrays
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
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" } } |