Skip to content

Commit

Permalink
Replace browserify-istanbul with @airtap fork (#308)
Browse files Browse the repository at this point in the history
In order to include devongovett/browserify-istanbul#45.

Closes #296.
  • Loading branch information
vweevers authored Mar 7, 2021
1 parent 8a80ed6 commit f6f8f9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/bundler.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

const browserify = require('browserify')
const istanbul = require('browserify-istanbul')
const istanbul = require('@airtap/browserify-istanbul')
const deglob = require('globs-to-files')
const debug = require('debug')('airtap:browserify')
const watchifyOptions = require('./watchify-options')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"UPGRADING.md"
],
"dependencies": {
"@airtap/browserify-istanbul": "^4.0.0",
"airtap-default": "^1.0.0",
"airtap-multi": "^1.0.0",
"browserify": "^16.5.2",
"browserify-istanbul": "^3.0.1",
"bruce-millis-option": "^1.0.0",
"compression": "^1.7.1",
"debug": "^4.1.0",
Expand Down

0 comments on commit f6f8f9d

Please sign in to comment.