Skip to content

Commit 8e95b2d

Browse files
committed
v1.0.2
1 parent 8a27038 commit 8e95b2d

File tree

2 files changed

+15
-20
lines changed

2 files changed

+15
-20
lines changed

package-lock.json

+11-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-final-form-listeners",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A collection of components to listen to 🏁 React Final Form fields",
55
"main": "dist/react-final-form-listeners.cjs.js",
66
"jsnext:main": "dist/react-final-form-listeners.es.js",
@@ -24,6 +24,9 @@
2424
"url": "https://github.com/final-form/react-final-form-listeners/issues"
2525
},
2626
"homepage": "https://github.com/final-form/react-final-form-listeners#readme",
27+
"dependencies": {
28+
"@babel/runtime": "^7.1.5"
29+
},
2730
"devDependencies": {
2831
"@babel/core": "^7.0.0",
2932
"@babel/plugin-external-helpers": "^7.0.0",

0 commit comments

Comments
 (0)