chore: private module

prevent accidental publishing to npm
This commit is contained in:
2018-05-23 14:55:56 -07:00
parent 71b5d2ede6
commit bb0f6d973a

View File

@@ -1,6 +1,7 @@
{ {
"name": "fake-xpack", "name": "fake-xpack",
"version": "2.1.0", "version": "2.1.0",
"private": true,
"description": "Enough to satisfy the license check", "description": "Enough to satisfy the license check",
"main": "index.js", "main": "index.js",
"kibana": { "kibana": {