aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2018-02-04 21:01:01 -0800
committerdaurnimator <quae@daurnimator.com>2018-02-04 21:01:01 -0800
commit27298d181be12745878cae0898bcbd906784488e (patch)
treebf1a4c68e37e0035262f9d6c4bb7affb90227577 /package.json
parentad21502be0ac027ca88818bf35c917d2e825f4ea (diff)
downloadfengari-27298d181be12745878cae0898bcbd906784488e.tar.gz
fengari-27298d181be12745878cae0898bcbd906784488e.tar.bz2
fengari-27298d181be12745878cae0898bcbd906784488e.zip
package.json: Add directories.lib
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 81accf4..83dd1d8 100644
--- a/package.json
+++ b/package.json
@@ -4,6 +4,7 @@
"description": "A Lua VM written in JS ES6 targeting the browser",
"main": "src/fengari.js",
"directories": {
+ "lib": "src",
"test": "tests"
},
"scripts": {