@dump247/storybook-state
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -6,3 +6,3 @@ 'use strict'; | ||
}); | ||
exports.Store = undefined; | ||
exports.StoryState = exports.Store = undefined; | ||
@@ -87,3 +87,3 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; | ||
var StoryState = function (_React$Component) { | ||
var StoryState = exports.StoryState = function (_React$Component) { | ||
_inherits(StoryState, _React$Component); | ||
@@ -90,0 +90,0 @@ |
{ | ||
"name": "@dump247/storybook-state", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "Manage component state in storybook stories.", | ||
@@ -8,4 +8,4 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"build": "cd src/ && babel index.js register.js --out-dir ../dist", | ||
"dist": "npm publish", | ||
"build": "rm -rf dist/ && cd src/ && babel index.js register.js --out-dir ../dist", | ||
"dist": "npm run build && npm publish", | ||
"test": "jest", | ||
@@ -12,0 +12,0 @@ "storybook": "npm run build && start-storybook -p 9001 -c .storybook" |
@@ -44,3 +44,3 @@ import React from 'react'; | ||
class StoryState extends React.Component { | ||
export class StoryState extends React.Component { | ||
static propTypes = { | ||
@@ -47,0 +47,0 @@ channel: T.object.isRequired, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
379012