Skip to content

Commit d4feb87

Browse files
committed
rename to "ansi-canvas"
Since the `npm` package name is available...
1 parent 403fde0 commit d4feb87

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
node-term-canvas
2-
================
1+
ansi-canvas
2+
===========
33
### Render a <canvas> node to your terminal
44

55
![](http://i.cloudup.com/HAFymb_oa1.png)

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "term-canvas",
2+
"name": "ansi-canvas",
33
"version": "0.0.0",
44
"description": "Render a <canvas> node to your terminal",
55
"main": "index.js",
@@ -8,9 +8,11 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git://github.com/TooTallNate/term-canvas.js"
11+
"url": "git://github.com/TooTallNate/ansi-canvas.js"
1212
},
1313
"keywords": [
14+
"ansi",
15+
"canavs",
1416
"terminal"
1517
],
1618
"dependencies": {

0 commit comments

Comments
 (0)