mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-12 10:10:32 -06:00
utilize package.json browser field for reporter
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
_ = require("lodash")
|
||||
send = require("send")
|
||||
reporter = require("../../../reporter/lib/reporter")
|
||||
reporter = require("../../../reporter")
|
||||
|
||||
module.exports = {
|
||||
handle: (req, res) ->
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "@cypress/core-reporter",
|
||||
"version": "0.3.4",
|
||||
"main": "src/main",
|
||||
"main": "lib/reporter",
|
||||
"browser": "src/main",
|
||||
"scripts": {
|
||||
"build-dev": "node ./scripts/build-dev.js",
|
||||
"build-prod": "node ./scripts/build-prod.js",
|
||||
|
||||
Reference in New Issue
Block a user