Skip to content

Commit

Permalink
chore: revert rebrand
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenybai committed Nov 2, 2021
1 parent 4e0deb0 commit a318ec5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ authors:
- family-names: Bai
given-names: Aiden
orcid: https://orcid.org/0000-0002-3676-3726
title: "Million.js: <1kb compiler-based virtual DOM. It's fast!"
title: "Million.js: <1kb compiler-focused virtual DOM. It's fast!"
version: 0.6.8
date-released: 2021-7-27
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@

English | [中文](/~https://github.com/aidenybai/million/blob/main/README-zh_CN.md)

### <1kb _meta_<sup>1</sup> virtual DOM. It's fast!
### <1kb compiler-focused virtual DOM. It's fast!

Current Virtual DOM implementations are inadequate—Ranging from overcomplicated to abandoned, most are unusable without sacrificing raw performance and size. Million aims to fix this, providing a library-agnostic Virtual DOM to serve as the core for Javascript libraries that focus on precompilation and static analysis.

<sup>1</sup> _meta = ["Most Effective Tactic Available"](https://www.grammarly.com/blog/meta-meaning/#:~:text=Meta%20can%20be%20used%20as,or%20beat%20the%20game%20itself.)_

[![CI](https://img.shields.io/github/workflow/status/aidenybai/million/CI?color=FF524C&labelColor=000&style=flat-square&label=build)](https://img.shields.io/github/workflow/status/aidenybai/million)
![Code Size](https://badgen.net/badgesize/brotli/https/unpkg.com/million/dist/code-size-measurement.js?style=flat-square&label=size&color=FF524C&labelColor=000) [![NPM Version](https://img.shields.io/npm/v/million?style=flat-square&color=FF524C&labelColor=000)](https://www.npmjs.com/package/million) ![Code Coverage](https://img.shields.io/coveralls/github/aidenybai/million?color=FF524C&labelColor=000&style=flat-square)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "million",
"version": "0.6.8",
"description": "<1kb compiler-based virtual DOM. It's fast!",
"description": "<1kb compiler-focused virtual DOM. It's fast!",
"main": "dist/million.umd.js",
"module": "dist/million.esm.js",
"jsdelivr": "dist/million.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion scripts/citation.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ authors:
- family-names: Bai
given-names: Aiden
orcid: https://orcid.org/0000-0002-3676-3726
title: "Million.js: <1kb compiler-based virtual DOM. It's fast!"
title: "Million.js: <1kb compiler-focused virtual DOM. It's fast!"
version: ${version}
date-released: 2021-7-27`,
);
Expand Down

0 comments on commit a318ec5

Please sign in to comment.