Skip to content
This repository was archived by the owner on Nov 23, 2021. It is now read-only.

Commit 262cc54

Browse files
committed
Added missing dependency.
1 parent 2da44ae commit 262cc54

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

package-lock.json

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mini-create-react-context",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Smaller Polyfill for the proposed React context API",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",
@@ -25,7 +25,8 @@
2525
},
2626
"dependencies": {
2727
"gud": "^1.0.0",
28-
"tiny-warning": "^1.0.2"
28+
"tiny-warning": "^1.0.2",
29+
"@babel/runtime": "^7.4.0"
2930
},
3031
"peerDependencies": {
3132
"prop-types": "^15.0.0",

0 commit comments

Comments
 (0)