From f2bfb40e7a245fcfa14d787c3c9e5cc3e5884332 Mon Sep 17 00:00:00 2001 From: Steven Date: Mon, 7 Dec 2020 10:19:45 -0500 Subject: [PATCH] Rename zeit to vercel (#151) * Rename zeit to vercel * Update license year to 2020 --- license.md | 2 +- package.json | 2 +- readme.md | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/license.md b/license.md index 69b6125..fa5d39b 100644 --- a/license.md +++ b/license.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016 Zeit, Inc. +Copyright (c) 2020 Vercel, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index e78eb33..c82faa6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ms", "version": "2.1.2", "description": "Tiny millisecond conversion utility", - "repository": "zeit/ms", + "repository": "vercel/ms", "main": "./index", "files": [ "index.js" diff --git a/readme.md b/readme.md index 9a1996b..0ca37a3 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,6 @@ # ms -[![Build Status](https://travis-ci.org/zeit/ms.svg?branch=master)](https://travis-ci.org/zeit/ms) -[![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/zeit) +[![Build Status](https://travis-ci.org/vercel/ms.svg?branch=master)](https://travis-ci.org/vercel/ms) Use this package to easily convert various time formats to milliseconds.