diff options
author | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2019-08-02 01:12:21 +0300 |
---|---|---|
committer | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2019-08-02 01:12:21 +0300 |
commit | 50d30c674aca3d14762e505e10e813f60aa44ba5 (patch) | |
tree | 13b4760248c314ffb3bb79f6a7a7a890dfad5d9a /package.json | |
parent | 57d33c179d9964c207d6d6928fbed07c74ebba14 (diff) |
fix issues
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/package.json b/package.json index 8c8f701..1e1cddb 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,12 @@ { "name": "unstated-next-compose", - "version": "0.0.4", + "version": "0.0.5", "description": "Simple compose provider for unstated-next", "main": "dist/compose.js", "umd:main": "dist/compose.umd.js", "module": "dist/compose.mjs", "unpkg": "dist/compose.umd.js", "source": "index.js", - "scripts": { - "build": "microbundle", - "dev": "microbundle watch" - }, "repository": { "type": "git", "url": "git+https://github.com/neonxp/unstated-next-compose.git" @@ -27,9 +23,6 @@ "url": "https://github.com/neonxp/unstated-next-compose/issues" }, "homepage": "https://github.com/neonxp/unstated-next-compose#readme", - "devDependencies": { - "microbundle": "^0.11.0" - }, "peerDependencies": { "react": "^16.8.6", "unstated-next": "^1.1.0" |