Skip to content

Commit

Permalink
Baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
alexindigo committed Aug 13, 2018
1 parent 38fba4d commit 7911619
Show file tree
Hide file tree
Showing 3 changed files with 3,588 additions and 9 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ and exposes hooks and custom adapters for more control and greater flexibility.

[![Readme](https://img.shields.io/badge/readme-tested-brightgreen.svg?style=flat)](https://www.npmjs.com/package/reamde)

| compression | size |
| :--------------- | ------: |
| deeply.js | 15.1 kB |
| deeply.min.js | 4.98 kB |
| deeply.min.js.gz | 1.51 kB |
| compression | size |
| :--------------- | -------: |
| deeply.js | 15.45 kB |
| deeply.min.js | 5.14 kB |
| deeply.min.js.gz | 1.51 kB |


## Table of Contents
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"report": "istanbul report lcov text",
"size": "browserify index.js | size-table deeply",
"toc": "toc-md README.md",
"files": "pkgfiles --sort=name",
"debug": "tape test/*.js | tap-spec"
"debug": "tape test/*.js | tap-spec",
"testall": "npm run test && npm run browser && npm run report"
},
"pre-commit": [
"clean",
Expand All @@ -22,8 +22,7 @@
"browser",
"report",
"size",
"toc",
"files"
"toc"
],
"engines": {
"node": ">= 0.10"
Expand Down
Loading

0 comments on commit 7911619

Please sign in to comment.