Skip to content

Commit d43630a

Browse files
committed
Merge branch 'config-fix'
2 parents 2c8aa2f + 3d80bd9 commit d43630a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-use-context",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A helper method which wraps original React `createContext` method and provides additional functionality like wrapping a `Context.Provider`, `useContext` helper, etc.",
55
"repository": {
66
"type": "git",

rollup.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import babel from 'rollup-plugin-babel';
2-
import jsx from 'rollup-plugin-jsx';
32
import resolve from 'rollup-plugin-node-resolve';
43
import commonjs from 'rollup-plugin-commonjs';
54
import { terser } from 'rollup-plugin-terser';

0 commit comments

Comments
 (0)