We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a29c8 commit 07e9083Copy full SHA for 07e9083
package.json
@@ -1,7 +1,8 @@
1
{
2
"name": "nodestringtable",
3
"description": "A fork of the console.table and cli_table NodeJS source code which returns strings, and works in web browsers.",
4
- "version": "1.0.0",
+ "version": "1.0.2",
5
+ "license": "MIT",
6
"author": "Dani Glore (https://github.com/Floofies/)",
7
"contributors": [
8
"Ruben Bridgewater (https://github.com/BridgeAR)",
@@ -10,7 +11,7 @@
10
11
],
12
"repository": {
13
"type": "git",
- "url": "git://github.com/Floofies/console-buffer.git"
14
+ "url": "git://github.com/Floofies/nodeStringTable.git"
15
},
16
"devDependencies": {
17
"browserify": "^16.2.3",
0 commit comments