Fix missing example.json issue

This commit is contained in:
typicode
2016-10-13 00:45:58 +02:00
parent 2386869f8c
commit 2a9c0dcfcf

View File

@ -49,7 +49,7 @@
"test:server": "cross-env NODE_ENV=test mocha test/server/*.js", "test:server": "cross-env NODE_ENV=test mocha test/server/*.js",
"start": "node bin", "start": "node bin",
"prepush": "npm t", "prepush": "npm t",
"build": "babel src -d lib" "build": "babel src -d lib --copy-files"
}, },
"repository": { "repository": {
"type": "git", "type": "git",