@shopify/react-compose
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import React, { ComponentType } from 'react'; | ||
@@ -3,0 +2,0 @@ export declare type ReactComponent<P> = ComponentType<P>; |
"use strict"; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
} | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -6,0 +6,0 @@ var hoist_non_react_statics_1 = __importDefault(require("hoist-non-react-statics")); |
{ | ||
"name": "@shopify/react-compose", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"license": "MIT", | ||
@@ -34,4 +34,4 @@ "description": "Cleanly compose multiple component enhancers together with minimal fuss", | ||
"enzyme": "^3.3.0", | ||
"typescript": "~2.7.2" | ||
"typescript": "~2.9.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
11518
191