Skip to content

Commit 200a86e

Browse files
Add licence; bump version 0.1.2
1 parent 2f5dfa8 commit 200a86e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": {

src/index.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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+
112
import React from 'react';
213

314
export default StatelessComponent => (initialState = {}) => class extends React.Component {

0 commit comments

Comments
 (0)