Skip to content

Commit f2bfb40

Browse files
authored
Rename zeit to vercel (#151)
* Rename zeit to vercel * Update license year to 2020
1 parent adf1eb2 commit f2bfb40

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

license.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 Zeit, Inc.
3+
Copyright (c) 2020 Vercel, Inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ms",
33
"version": "2.1.2",
44
"description": "Tiny millisecond conversion utility",
5-
"repository": "zeit/ms",
5+
"repository": "vercel/ms",
66
"main": "./index",
77
"files": [
88
"index.js"

readme.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# ms
22

3-
[![Build Status](https://travis-ci.org/zeit/ms.svg?branch=master)](https://travis-ci.org/zeit/ms)
4-
[![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/zeit)
3+
[![Build Status](https://travis-ci.org/vercel/ms.svg?branch=master)](https://travis-ci.org/vercel/ms)
54

65
Use this package to easily convert various time formats to milliseconds.
76

0 commit comments

Comments
 (0)