Switch to maintained fork of clamp.js

This commit is contained in:
Alex Liebowitz 2017-02-09 18:29:22 -05:00
parent ca5540da4b
commit e6f473e275
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
import React from 'react';
import lbry from '../lbry.js';
import $clamp from 'clamp-js';
import $clamp from 'clamp-js-main';
//component/icon.js
export let Icon = React.createClass({

View file

@ -22,7 +22,7 @@
"babel-cli": "^6.11.4",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"clamp-js": "^0.7.0",
"clamp-js-main": "^0.11.1",
"mediaelement": "^2.23.4",
"node-sass": "^3.8.0",
"react": "^15.4.0",