Skip to content

Commit de86b0c

Browse files
committed
(docs): add more detailed info to NodeIco PNG
- downloads, rank, stars, etc - publish v0.1.2
1 parent f0e62be commit de86b0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# trim-canvas
22

3-
[![NPM](https://nodei.co/npm/trim-canvas.png)](https://npmjs.org/package/trim-canvas)
3+
[![NPM](https://nodei.co/npm/trim-canvas.png?downloads=true&downloadRank=true&stars=true)](https://npmjs.org/package/trim-canvas)
44

55
A tiny (< 100 LoC) library for trimming whitespace from a `canvas` element with
66
no dependencies.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trim-canvas",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "A tiny library for trimming whitespace from a canvas element",
55
"main": "build/index.js",
66
"devDependencies": {

0 commit comments

Comments
 (0)