Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats authored Jun 19, 2017
1 parent 558899b commit 633c3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var React = require('react');
var ReactDOM = require('react-dom');
var clamp = require('clamper');
var PropTypes = require('prop-types')
var PropTypes = require('prop-types');
/**
* multuline text-overflow: ellipsis
*/
Expand Down

0 comments on commit 633c3b3

Please sign in to comment.