Skip to content
This repository was archived by the owner on May 17, 2019. It is now read-only.

Commit 9296b90

Browse files
authored
Release v1.0.10 (#188)
#188
1 parent 1d3ab77 commit 9296b90

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{
22
"name": "fusion-plugin-universal-events-react",
33
"description": "React Provider and HOC for Fusion universal-events",
4-
"version": "1.0.9",
4+
"version": "1.0.10",
55
"repository": "fusionjs/fusion-plugin-universal-events-react",
66
"keywords": [],
77
"license": "MIT",
8-
"files": ["dist", "src"],
8+
"files": [
9+
"dist",
10+
"src"
11+
],
912
"main": "./dist/index.js",
1013
"module": "./dist/index.es.js",
1114
"browser": {

0 commit comments

Comments
 (0)