Remove private flag because we need it published to npm

This commit is contained in:
Fabio Berger
2017-11-14 15:43:32 -05:00
parent af7c03212d
commit 3b52686125

View File

@@ -1,5 +1,4 @@
{
"private": true,
"name": "@0xproject/assert",
"version": "0.0.3",
"description": "Provides a standard way of performing type and schema validation across 0x projects",