start implementing findbar

This commit is contained in:
Cássio Zen
2016-07-05 13:48:52 -03:00
parent 44bf70a2ae
commit 473357b6b7
5 changed files with 20 additions and 5 deletions

View File

@ -20,6 +20,7 @@
"babel-core": "^6.5.1",
"babel-eslint": "^4.1.8",
"babel-loader": "^6.2.2",
"babel-plugin-lodash": "^3.2.0",
"babel-plugin-transform-class-properties": "^6.5.2",
"babel-plugin-transform-object-assign": "^6.5.0",
"babel-plugin-transform-object-rest-spread": "^6.5.0",
@ -67,6 +68,7 @@
"draft-js-import-markdown": "^0.1.6",
"fuzzy": "^0.1.1",
"json-loader": "^0.5.4",
"localforage": "^1.4.2"
"localforage": "^1.4.2",
"lodash": "^4.13.1"
}
}