Merge pull request #1282 from 0xProject/fix/instant/release-notes-bug

[instant] (temporarily) make instant private
This commit is contained in:
Francesco Agosti 2018-11-16 17:17:48 -08:00 committed by GitHub
commit 9914f7edef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@
"node": ">=6.12"
},
"description": "0x Instant React Component",
"private": true,
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
"scripts": {
@ -29,7 +30,7 @@
"postpublish": {
"assets": [
"packages/instant/umd/instant.js",
"packages/instant/umd/instant.min.js"
"packages/instant/umd/instant.js.map"
]
}
},
@ -97,6 +98,6 @@
"webpack-dev-server": "^3.1.9"
},
"publishConfig": {
"access": "public"
"access": "private"
}
}