Skip to content

Commit

Permalink
Preserve npm url (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanve authored Apr 3, 2020
1 parent 2f451d4 commit c4cd565
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ssv.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** @preserve npm.im/ssv */
!function(root, name, make) {
typeof module != "undefined" && module.exports ? module.exports = make() : root[name] = make()
}(this, "ssv", function() {
Expand Down

0 comments on commit c4cd565

Please sign in to comment.