Skip to content

Commit

Permalink
update tc
Browse files Browse the repository at this point in the history
  • Loading branch information
yiminghe committed Feb 11, 2015
1 parent 8989a30 commit db6bad2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@
"precommit-hook": "^1.0.7",
"rc-server": "^1.0.0",
"rc-tools": "^1.0.1",
"react": "~0.12.1",
"simulate-dom-event": "~1.0.3"
"react": "~0.12.1"
},
"precommit": [
"lint",
Expand Down
3 changes: 1 addition & 2 deletions tests/Menu.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ var expect = require('expect.js');
var React = require('react/addons');
var TestUtils = React.addons.TestUtils;
var Simulate = TestUtils.Simulate;
var KeyCode = require('../lib/utils/util').KeyCode;
var KeyCode = require('rc-util').KeyCode;
var Menu = require('../');
var SubMenu = require('../').SubMenu;
var MenuItem = require('../').Item;
var simulateEvent = require('simulate-dom-event');

describe('Menu', function () {
this.timeout(9999999);
Expand Down

0 comments on commit db6bad2

Please sign in to comment.