aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 7383175..1cf9741 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,8 @@
7 "LICENSE", 7 "LICENSE",
8 "README.md", 8 "README.md",
9 "src", 9 "src",
10 "lib" 10 "lib",
11 "utils.js"
11 ], 12 ],
12 "scripts": { 13 "scripts": {
13 "build": "babel src --out-dir lib", 14 "build": "babel src --out-dir lib",