File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " tldr" ,
3- "version" : " 1.0.1 " ,
3+ "version" : " 1.1.0 " ,
44 "description" : " Simplified and community-driven man pages" ,
55 "author" : " Romain Prieto" ,
66 "license" : " MIT" ,
77 "repository" : {
88 "type" : " git" ,
9- "url" : " https://github.com/rprieto/tldr.git"
9+ "url" : " https://github.com/tldr-pages/tldr-node-client.git"
10+ },
11+ "bugs" : {
12+ "url" : " https://github.com/tldr-pages/tldr-node-client/issues"
1013 },
1114 "keywords" : [
1215 " man" ,
1316 " unix" ,
1417 " commands"
1518 ],
19+ "homepage" : " http://tldr-pages.github.io" ,
20+ "engines" : {
21+ "node" : " >=0.10.0"
22+ },
1623 "main" : " ./bin/tldr" ,
1724 "bin" : {
1825 "tldr" : " ./bin/tldr"
2431 "scripts" : {
2532 "precommit" : " npm test -- --reporter=dot" ,
2633 "prepush" : " npm test -- --reporter=dot" ,
27- "start" : " NODE_ENV=development node server.js " ,
34+ "start" : " NODE_ENV=development node ./bin/tldr " ,
2835 "example" : " NODE_ENV=development node ./bin/tldr tar" ,
2936 "test" : " mocha test --recursive --reporter=spec" ,
3037 "watch" : " mocha --watch test --recursive --reporter=min --growl"
You can’t perform that action at this time.
0 commit comments