mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -05:00
Update tap to the most recent version
This commit is contained in:
parent
cf96ad7aa8
commit
55756f93bd
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue