Skip to content

Commit a2afd87

Browse files
committed
1.1.0
1 parent 4acdd28 commit a2afd87

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
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"
@@ -24,7 +31,7 @@
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"

0 commit comments

Comments
 (0)