Skip to content

Commit

Permalink
remove userland assert module
Browse files Browse the repository at this point in the history
it's safe to use the built-in assert module.

Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
  • Loading branch information
boneskull committed Apr 21, 2018
1 parent dd7aec7 commit 436e85d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,6 @@
},
"devDependencies": {
"@mocha/docdash": "^1.0.1",
"assert": "^1.4.1",
"assetgraph-builder": "^5.6.4",
"browserify": "^14.4.0",
"coffee-script": "^1.10.0",
Expand Down Expand Up @@ -499,7 +498,7 @@
"rimraf": "^2.5.2",
"svgo": "^0.7.2",
"through2": "^2.0.1",
"unexpected": "^10.37.4",
"unexpected": "^10.37.5",
"watchify": "^3.7.0"
},
"files": [
Expand Down

0 comments on commit 436e85d

Please sign in to comment.