cloudflare package does not need to be private

This commit is contained in:
David Glasser 2018-06-14 12:00:09 -07:00
parent 3fccd43bae
commit 46bb367f91

View file

@ -29,6 +29,5 @@
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
"typescript": { "typescript": {
"definition": "dist/index.d.ts" "definition": "dist/index.d.ts"
}, }
"private": true
} }