Skip to content

Commit

Permalink
rm npm-debug.log
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyann committed Jul 14, 2016
1 parent 1e83d57 commit d80d312
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 50 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
cache
dist
npm-debug.log
49 changes: 0 additions & 49 deletions npm-debug.log

This file was deleted.

2 changes: 1 addition & 1 deletion src/pages/page2/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import './index.scss';
export default class Page2 extends Component {
render() {
return (
<div className="page2"> Page2 </div>
<div className="page2"> Page2 </div>
);
}
}

0 comments on commit d80d312

Please sign in to comment.