Compare commits

1 Commits

Author SHA1 Message Date
bb0f6d973a chore: private module
prevent accidental publishing to npm
2018-05-23 14:55:56 -07:00

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": {