diff options
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" } } |