diff options
| author | David Kossoglyad <[email protected]> | 2021-04-07 18:33:51 +0300 |
|---|---|---|
| committer | David Kossoglyad <[email protected]> | 2021-04-07 18:33:51 +0300 |
| commit | 927a4b9fc7e6718b82e905b676146c48315d9668 (patch) | |
| tree | 48f80c9e1edb3c422fa7c7c1eec051787c5dad80 /package.json | |
| parent | c0b0ea94991679177e92c93c21562a8be1b8b40f (diff) | |
| download | faker-927a4b9fc7e6718b82e905b676146c48315d9668.tar.xz faker-927a4b9fc7e6718b82e905b676146c48315d9668.zip | |
chore(package.json): revert to original state
The version of the dev. dependency (Browserify) was accidentally upgraded in one of previous commits.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 50294c5f..d0bc8520 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "report-dir": "./reports/coverage" }, "devDependencies": { - "browserify": "^17.0.0", + "browserify": "^16.5.2", "coveralls": "^3.1.0", "gulp": "^4.0.2", "gulp-gh-pages": "^0.5.4", |
