bee-button
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -6,10 +6,10 @@ 'use strict'; | ||
}); | ||
exports.Button = undefined; | ||
var _Button2 = require('./Button'); | ||
var _Button = require('./Button'); | ||
var _Button3 = _interopRequireDefault(_Button2); | ||
var _Button2 = _interopRequireDefault(_Button); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } | ||
exports.Button = _Button3["default"]; | ||
exports["default"] = _Button2["default"]; | ||
module.exports = exports['default']; |
@@ -1,2 +0,2 @@ | ||
import { Button } from '../src'; | ||
import Button from '../src'; | ||
import React, { Component } from 'react'; | ||
@@ -3,0 +3,0 @@ |
{ | ||
"name": "bee-button", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "tinper-bee button ui component for react", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -1,1 +0,2 @@ | ||
export Button from './Button'; | ||
import Button from './Button'; | ||
export default Button; |
import React from 'react'; | ||
import {shallow, mount, render} from 'enzyme'; | ||
import {expect} from 'chai'; | ||
import { Button } from '../src/index'; | ||
import Button from '../src/index'; | ||
@@ -6,0 +6,0 @@ describe('verifiy size', function () { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
101532
1088
0