Skip to content

Commit

Permalink
add: display name
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Nov 19, 2019
1 parent 11478f0 commit 0d341b6
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 47 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 0 additions & 42 deletions docs/assets/bundle.4f1bedde15b6b6695b2c.js

This file was deleted.

35 changes: 35 additions & 0 deletions docs/assets/bundle.543799c6ea8bb88b1d33.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
<link rel="shortcut icon" href="favicon.ico"><link href="./assets/styles/main.aef6c218a0305c7bb1f1.css" rel="stylesheet"></head>
<body>
<main id="app"></main>
<script type="text/javascript" src="./assets/bundle.4f1bedde15b6b6695b2c.js"></script></body>
<script type="text/javascript" src="./assets/bundle.543799c6ea8bb88b1d33.js"></script></body>
</html>
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"webpack-merge": "^4.2.1"
},
"dependencies": {
"@feizheng/noop": "^1.0.0",
"classnames": "^2.2.6",
"node-sass": "^4.12.0",
"noop": "github:afeiship/noop",
Expand Down
5 changes: 2 additions & 3 deletions src/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ import React, { Component } from 'react';
import ReactDOM from 'react-dom';
import PropTypes from 'prop-types';
import classNames from 'classnames';
import noop from 'noop';
import noop from '@feizheng/noop';
import objectAssign from 'object-assign';

const CLASS_NAME = 'react-status-manager';

export default class extends Component {
static displayName = 'RSM';
/*===properties start===*/
static propTypes = {
className: PropTypes.string,
Expand Down

0 comments on commit 0d341b6

Please sign in to comment.