Skip to content

Commit

Permalink
preferglobal
Browse files Browse the repository at this point in the history
  • Loading branch information
raineorshine committed Dec 12, 2014
1 parent 7f1115b commit a41a68f
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@
"version",
"management"
],
"preferglobal": true,
"main": "./lib/npm-check-updates",
"scripts": {
"test": "mocha"
},
"bin": {
"npm-check-updates": "./bin/npm-check-updates"
},
"repository": {
"type": "git",
"url": "https://github.com/tjunnone/npm-check-updates.git"
},
"homepage": "https://github.com/tjunnone/npm-check-updates",
"dependencies": {
"async": "0.9.x",
"cint": "^8.0.1",
Expand All @@ -28,17 +41,5 @@
"devDependencies": {
"mocha": "^2.0.1",
"should": "4.3.x"
},
"main": "./lib/npm-check-updates",
"scripts": {
"test": "mocha"
},
"bin": {
"npm-check-updates": "./bin/npm-check-updates"
},
"repository": {
"type": "git",
"url": "https://github.com/tjunnone/npm-check-updates.git"
},
"homepage": "https://github.com/tjunnone/npm-check-updates"
}
}

0 comments on commit a41a68f

Please sign in to comment.