diff --git a/.storybook/webpack.config.js b/.storybook/webpack.config.js index 8de5f16..6501ff8 100644 --- a/.storybook/webpack.config.js +++ b/.storybook/webpack.config.js @@ -11,7 +11,6 @@ module.exports = (baseConfig, env) => { include: [ path.resolve(__dirname, '../stories'), path.resolve(__dirname, '../src'), - path.resolve(__dirname, '../node_modules/measure-scrollbar'), path.resolve(__dirname, '../data'), ], }, diff --git a/package.json b/package.json index 9ab15b3..cc488f0 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,7 @@ "url": "https://github.com/missive/emoji-mart/issues" }, "homepage": "https://github.com/missive/emoji-mart", - "dependencies": { - }, + "dependencies": {}, "peerDependencies": { "react": "^0.14.0 || ^15.0.0-0 || ^16.0.0" }, @@ -51,7 +50,6 @@ "karma-cli": "^1.0.1", "karma-jasmine": "^1.1.0", "karma-webpack": "^2.0.4", - "measure-scrollbar": "^1.0.0", "mkdirp": "0.5.1", "prop-types": "^15.6.0", "react": "^16.0.0",