Skip to content

Commit 673ad2f

Browse files
feat: finish 1.0.0 version
1 parent 0c47772 commit 673ad2f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This package is constructed above the [use-context-selector](https://github.com/
2626
This package requires some peer dependencies, which you need to install by yourself.
2727

2828
```bash
29-
yarn add react-easy-context-api use-context-selector scheduler
29+
yarn add react-easy-context-api scheduler
3030
```
3131

3232
Notes for library authors:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"react",
77
"nexpy"
88
],
9-
"version": "0.1.4",
9+
"version": "1.0.0",
1010
"license": "MIT",
1111
"main": "dist/index.js",
1212
"author": "AllanOliveiraM",

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ export default {
1616
},
1717
],
1818
plugins: [typescript(), commonjs(), uglify()],
19-
external: ['react', 'react-dom', 'react/jsx-runtime'],
19+
external: ['react', 'react-dom', 'react/jsx-runtime', 'use-context-selector'],
2020
}

0 commit comments

Comments
 (0)