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.)
This commit is contained in:
Timothy Farrell 2018-03-24 06:00:50 -05:00
parent 9684a82327
commit ccc8629f93

View File

@ -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 <tim@thecookiejar.me> (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",