diff --git a/packages/gallery/package.json b/packages/gallery/package.json index 7f238af..eb9e897 100644 --- a/packages/gallery/package.json +++ b/packages/gallery/package.json @@ -2,8 +2,6 @@ "name": "Gallery", "version": "0.0.1", "description": "Personal photo gallery", - "main": "lib/index.js", - "jsnext:main": "src/index.js", "keywords": ["javascript"], "author": "Timothy Farrell (https://github.com/explorigin)", "license": "Apache-2.0", @@ -16,7 +14,7 @@ "domvm": "~3.2.1", "exif-parser": "~0.1.9", "extract-text-webpack-plugin": "^3.0.2", - "frptools": "3.0.1", + "frptools": "3.1.0", "linear-partitioning": "0.3.2", "pica": "~2.0.8", "pouchdb-adapter-http": "~6.4.1", @@ -26,7 +24,7 @@ "pouchdb-core": "~6.4.1", "pouchdb-find": "~6.4.1", "pouchdb-replication": "~6.4.1", - "router": "2.0.0", + "router": "2.1.0", "semantic-ui-reset": "^2.2.12", "semantic-ui-site": "^2.2.12", "style-loader": "^0.19.0",