Skip to content

Commit

Permalink
Return license field to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
i.adamenko committed Dec 15, 2021
1 parent fdd40d1 commit eb23a77
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1 +1,28 @@
{"name":"cli-table","description":"Pretty unicode tables for the CLI","version":"0.3.11-dev","author":"Guillermo Rauch <[email protected]>","contributors":["Sonny Michaud <[email protected]> (http://github.com/sonnym)"],"repository":{"type":"git","url":"https://github.com/Automattic/cli-table.git"},"keywords":["cli","colors","table"],"dependencies":{"colors":"1.0.3"},"devDependencies":{"expresso":"~0.9","should":"~0.6"},"main":"lib","files":["lib"],"scripts":{"test":"make test"},"engines":{"node":">= 0.2.0"}}
{
"name": "cli-table",
"description": "Pretty unicode tables for the CLI",
"version": "0.3.11-dev",
"author": "Guillermo Rauch <[email protected]>",
"contributors": ["Sonny Michaud <[email protected]> (http://github.com/sonnym)"],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Automattic/cli-table.git"
},
"keywords": ["cli", "colors", "table"],
"dependencies": {
"colors": "1.0.3"
},
"devDependencies": {
"expresso": "~0.9",
"should": "~0.6"
},
"main": "lib",
"files": ["lib"],
"scripts": {
"test": "make test"
},
"engines": {
"node": ">= 0.2.0"
}
}

0 comments on commit eb23a77

Please sign in to comment.