File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " react-stateful-hoc" ,
33 "description" : " Higher Order Component for demoing stateless functional React components" ,
4- "version" : " 0.1.1 " ,
4+ "version" : " 0.1.2 " ,
55 "license" : " MIT" ,
66 "author" :
" Patrick Marabeas <[email protected] > (http://github.com/patrickmarabeas)" ,
77 "repository" : {
Original file line number Diff line number Diff line change 1+ /**
2+ * react-stateful-hoc v0.1.2
3+ * https://github.com/patrickmarabeas/react-stateful-hoc
4+ *
5+ * Copyright 2017, Patrick Marabeas http://marabeas.io
6+ * Released under the MIT license
7+ * http://opensource.org/licenses/mit-license.php
8+ *
9+ * Date: 24/05/17
10+ */
11+
112import React from 'react' ;
213
314export default StatelessComponent => ( initialState = { } ) => class extends React . Component {
You can’t perform that action at this time.
0 commit comments