Update tap to the most recent version

This commit is contained in:
BryceLTaylor 2019-06-03 16:21:42 -04:00
parent cf96ad7aa8
commit 55756f93bd

View file

@ -6,7 +6,7 @@
"start": "make start",
"stop": "make stop",
"test": "make test",
"smoke": "tap ./test/integration/smoke-testing/*.js --timeout=3600",
"smoke": "tap ./test/integration/smoke-testing/*.js --timeout=3600 --no-coverage -R classic",
"smoke-verbose": "tap ./test/integration/smoke-testing/*.js --timeout=3600 -R spec",
"smoke-sauce": "SMOKE_REMOTE=true tap ./test/integration/smoke-testing/*.js --timeout=60000",
"watch": "make watch",
@ -110,7 +110,7 @@
"slick-carousel": "1.6.0",
"source-map-support": "0.3.2",
"style-loader": "0.12.3",
"tap": "7.1.2",
"tap": "14.2.0",
"url-loader": "0.5.6",
"watch": "0.16.0",
"webpack": "2.7.0",