From ccc8629f938656f9bf0adabf6c1b164296dc9ea9 Mon Sep 17 00:00:00 2001 From: Timothy Farrell Date: Sat, 24 Mar 2018 06:00:50 -0500 Subject: [PATCH] Remove ES5 compilation for libraries. Remove Node-based Jasmine tests. Tests run in Chromium headless mode. (I got tired of Babel breaking every time I switched computers.) --- packages/gallery/package.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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",