Remove unused dependency

Since 620576ds
nolan/hinaloe-test
Etienne Lemay 2017-10-07 00:00:25 -04:00
parent bb874f4517
commit 9ff4c8855c
2 changed files with 1 additions and 4 deletions

View File

@ -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'),
],
},

View File

@ -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",