- 0x.js@0.25.1
This commit is contained in:
Fabio Berger
2017-11-14 16:27:34 -05:00
parent 99854d7ecf
commit 823015435d

View File

@@ -1,6 +1,6 @@
{
"name": "0x.js",
"version": "0.25.0",
"version": "0.25.1",
"description": "A javascript library for interacting with the 0x protocol",
"keywords": [
"0x.js",
@@ -13,7 +13,7 @@
"types": "lib/src/index.d.ts",
"scripts": {
"prebuild": "npm run clean",
"build": "run-p build:umd:prod build:commonjs; exit 0;",
"build": "run-p build:commonjs; exit 0;",
"prepublishOnly": "run-p build",
"postpublish": "run-s release docs:json upload_docs_json",
"release": "publish-release --assets _bundles/index.js,_bundles/index.min.js --tag $(git describe --tags) --owner 0xProject --repo 0x.js",