We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcad8a6 commit 478332cCopy full SHA for 478332c
package.json
@@ -0,0 +1,26 @@
1
+{
2
+ "name": "@jsfactory/hoc",
3
+ "version": "0.0.1",
4
+ "description": "Higher order component",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "test"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/js-factory/hoc.git"
12
13
+ "keywords": [
14
+ "hoc",
15
+ "react",
16
+ "preact",
17
+ "component",
18
+ "reusable"
19
+ ],
20
+ "author": "jsfactory",
21
+ "license": "MIT",
22
+ "bugs": {
23
+ "url": "https://github.com/js-factory/hoc/issues"
24
25
+ "homepage": "https://github.com/js-factory/hoc#readme"
26
+}
0 commit comments