react-chain-of-responsibility 0.2.0-main.366f40d → 0.2.0-main.4fa3c3e

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-chain-of-responsibility",
3
- "version": "0.2.0-main.366f40d",
3
+ "version": "0.2.0-main.4fa3c3e",
4
4
  "description": "Using chain of responsibility design pattern for React component customization.",
5
5
  "files": [
6
6
  "./dist/"
@@ -112,6 +112,6 @@
112
112
  },
113
113
  "dependencies": {
114
114
  "prop-types": "^15.8.1",
115
- "react-chain-of-responsibility": "^0.2.0-main.366f40d"
115
+ "react-chain-of-responsibility": "^0.2.0-main.4fa3c3e"
116
116
  }
117
117
  }