Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit 07af0b8

Browse files
committed
deprecate: fix standard violation
1 parent 268fa46 commit 07af0b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/deprecate.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module.exports = deprecate
22

33
var assert = require('assert')
4-
var url = require('url')
54
var semver = require('semver')
65

76
function deprecate (uri, params, cb) {

0 commit comments

Comments
 (0)