Skip to content

Commit 07e9083

Browse files
committed
Added license identifier and fixed erroneous github link
1 parent 80a29c8 commit 07e9083

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "nodestringtable",
33
"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",
4+
"version": "1.0.2",
5+
"license": "MIT",
56
"author": "Dani Glore (https://github.com/Floofies/)",
67
"contributors": [
78
"Ruben Bridgewater (https://github.com/BridgeAR)",
@@ -10,7 +11,7 @@
1011
],
1112
"repository": {
1213
"type": "git",
13-
"url": "git://github.com/Floofies/console-buffer.git"
14+
"url": "git://github.com/Floofies/nodeStringTable.git"
1415
},
1516
"devDependencies": {
1617
"browserify": "^16.2.3",

0 commit comments

Comments
 (0)