Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
chore: rename since access to the original package was lost
Browse files Browse the repository at this point in the history
  • Loading branch information
connor4312 committed Sep 14, 2020
1 parent f0a0370 commit b01a907
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uts",
"version": "1.1.3",
"name": "uts2",
"version": "0.0.0",
"description": "Microscopic time series database for Node and the browser",
"main": "dist/uts.js",
"scripts": {
Expand All @@ -17,7 +17,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/uts.git"
"url": "git+https://github.com/microsoft/uts2.git"
},
"keywords": [
"time",
Expand All @@ -28,7 +28,7 @@
"author": "Connor Peet <connor@peet.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/microsoft/uts/issues"
"url": "https://github.com/microsoft/uts2/issues"
},
"prettier": {
"trailingComma": "all",
Expand All @@ -37,7 +37,7 @@
"tabWidth": 2,
"arrowParens": "avoid"
},
"homepage": "https://github.com/microsoft/uts#readme",
"homepage": "https://github.com/microsoft/uts2#readme",
"devDependencies": {
"@types/chai": "^4.2.12",
"@types/mocha": "^8.0.3",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# μts ![Tests](https://github.com/microsoft/uts/workflows/Run%20Tests/badge.svg?branch=main) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/uts.svg)
# μts2 ![Tests](https://github.com/microsoft/uts/workflows/Run%20Tests/badge.svg?branch=main) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/uts.svg)

μts is a miniature time-series database utility suitable for embedded or frontend web applications, weighing in at about 1.5 KB minified and gzipped.

Expand Down

0 comments on commit b01a907

Please sign in to comment.