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