From 2a9c0dcfcf1dcfacdf955dabcee8e5cb2637026c Mon Sep 17 00:00:00 2001 From: typicode Date: Thu, 13 Oct 2016 00:45:58 +0200 Subject: [PATCH] Fix missing example.json issue --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 48d818e..284b4b6 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "test:server": "cross-env NODE_ENV=test mocha test/server/*.js", "start": "node bin", "prepush": "npm t", - "build": "babel src -d lib" + "build": "babel src -d lib --copy-files" }, "repository": { "type": "git",