Update PouchDB

This commit is contained in:
Timothy Farrell 2017-12-23 01:35:22 -06:00
parent 081163f5a3
commit 5f640981ae
2 changed files with 7 additions and 7 deletions

View File

@ -19,12 +19,13 @@
"extract-text-webpack-plugin": "^3.0.2",
"frptools": "3.0.1",
"pica": "~2.0.8",
"pouchdb-adapter-http": "~6.3.4",
"pouchdb-adapter-idb": "~6.3.4",
"pouchdb-adapter-websql": "~6.3.4",
"pouchdb-binary-utils": "~6.3.4",
"pouchdb-core": "~6.3.4",
"pouchdb-replication": "~6.3.4",
"pouchdb-adapter-http": "~6.4.1",
"pouchdb-adapter-idb": "~6.4.1",
"pouchdb-adapter-websql": "~6.4.1",
"pouchdb-binary-utils": "~6.4.1",
"pouchdb-core": "~6.4.1",
"pouchdb-find": "~6.4.1",
"pouchdb-replication": "~6.4.1",
"router": "2.0.0",
"semantic-ui-reset": "^2.2.12",
"semantic-ui-site": "^2.2.12",

View File

@ -31,7 +31,6 @@ module.exports = {
]
},
plugins: [
new webpack.optimize.CommonsChunkPlugin({}),
new webpack.DefinePlugin({
__DEV__: true
}),