Skip to content

Commit

Permalink
change size
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeDevice committed May 2, 2020
1 parent bc59b39 commit 716508c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![GitHub release](https://img.shields.io/github/release/MikeDevice/first-follow.svg)](https://github.com/MikeDevice/first-follow/releases)
[![Coverage Status](https://coveralls.io/repos/github/MikeDevice/first-follow/badge.svg?branch=master)](https://coveralls.io/github/MikeDevice/first-follow?branch=master)

A small tool for calculating first, follow and predict sets for a grammar. Its size is only 804 bytes (minified and gzipped). No dependencies. [Size Limit](https://github.com/ai/size-limit) controls the size.
A small tool for calculating first, follow and predict sets for a grammar. Its size is only 697 bytes (minified and gzipped). No dependencies. [Size Limit](https://github.com/ai/size-limit) controls the size.


## Installation
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "first-follow",
"version": "3.2.2",
"description": "A small (804 bytes) tool for calculating first, follow and predict sets for a grammar",
"description": "A small (697 bytes) tool for calculating first, follow and predict sets for a grammar",
"main": "lib",
"scripts": {
"docs": "documentation build lib/** -f md -o api.md",
Expand All @@ -12,7 +12,7 @@
},
"size-limit": [
{
"limit": "797 B",
"limit": "697 B",
"path": "lib/index.js"
}
],
Expand Down

0 comments on commit 716508c

Please sign in to comment.