Skip to content

Commit e579702

Browse files
authored
Merge pull request #163 from igoradamenko/bugfix/license
Return license field to package.json
2 parents fdd40d1 + eb23a77 commit e579702

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

package.json

+28-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,28 @@
1-
{"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"}}
1+
{
2+
"name": "cli-table",
3+
"description": "Pretty unicode tables for the CLI",
4+
"version": "0.3.11-dev",
5+
"author": "Guillermo Rauch <[email protected]>",
6+
"contributors": ["Sonny Michaud <[email protected]> (http://github.com/sonnym)"],
7+
"license": "MIT",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/Automattic/cli-table.git"
11+
},
12+
"keywords": ["cli", "colors", "table"],
13+
"dependencies": {
14+
"colors": "1.0.3"
15+
},
16+
"devDependencies": {
17+
"expresso": "~0.9",
18+
"should": "~0.6"
19+
},
20+
"main": "lib",
21+
"files": ["lib"],
22+
"scripts": {
23+
"test": "make test"
24+
},
25+
"engines": {
26+
"node": ">= 0.2.0"
27+
}
28+
}

0 commit comments

Comments
 (0)