Skip to content

Commit

Permalink
Remove refernce to the nodejs util module
Browse files Browse the repository at this point in the history
We don't appear to be using it.
  • Loading branch information
philc committed Jun 14, 2020
1 parent 0cbb151 commit bdf654a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 155 deletions.
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ Our tests use [shoulda.js](https://github.com/philc/shoulda.js) and
1. `git submodule update --init --recursive` to fetch shoulda.js.
1. Install [nodejs](https://nodejs.org/) if you don't have it already.
1. `npm install puppeteer` to install [Puppeteer](https://github.com/puppeteer/puppeteer).
1. `npm install util` to install the [util module](https://www.npmjs.com/package/util), used by the tests.
1. `./make.js test` to build the code and run the tests.

### Coding Style
Expand Down
152 changes: 0 additions & 152 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
},
"dependencies": {
"path": "^0.11.14",
"puppeteer": "^3.1.0",
"util": "^0.12.1"
"puppeteer": "^3.1.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit bdf654a

Please sign in to comment.