Fix clamp.js import
This commit is contained in:
parent
e1ec3bb979
commit
95675cd802
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
import React from 'react';
|
||||
import lbry from '../lbry.js';
|
||||
import $clamp from 'clamp';
|
||||
import $clamp from 'clamp-js';
|
||||
|
||||
//component/icon.js
|
||||
export let Icon = React.createClass({
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"babel-cli": "^6.11.4",
|
||||
"babel-preset-es2015": "^6.13.2",
|
||||
"babel-preset-react": "^6.11.1",
|
||||
"clamp": "^1.0.1",
|
||||
"clamp-js": "^0.7.0",
|
||||
"mediaelement": "^2.23.4",
|
||||
"node-sass": "^3.8.0",
|
||||
"react": "^15.4.0",
|
||||
|
|
Loading…
Reference in a new issue