Skip to content

Commit

Permalink
update less to css
Browse files Browse the repository at this point in the history
  • Loading branch information
jljsj33 committed May 5, 2016
1 parent 2feb2e3 commit a58a133
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rc-banner-anim",
"version": "0.2.0",
"version": "0.2.1",
"description": "banner-anim animation component for react",
"keywords": [
"react",
Expand Down
2 changes: 1 addition & 1 deletion src/BannerAnim.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Thumb from './Thumb';
import ticker from 'rc-tween-one/lib/ticker';
import { toArrayChildren, dataToArray, setAnimCompToTagComp } from './utils';
import animType from './anim';
import '../assets/index.less';
import '../assets/index.css';


class BannerAnim extends Component {
Expand Down

0 comments on commit a58a133

Please sign in to comment.