Skip to content
This repository has been archived by the owner on Mar 8, 2019. It is now read-only.

Fix each-component dependency #1

Merged
merged 2 commits into from
Feb 28, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified bin/component-outdated
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
{ {
"name": "component-outdated", "name": "component-outdated",
"repository": "git://github.com/typefaces/component-outdated.git", "repository": "git://github.com/ianstormtaylor/component-outdated.git",
"version": "0.0.2", "version": "0.0.2",
"license": "MIT", "license": "MIT",
"description": "A component command plugin to list outdated dependencies.", "description": "A component command plugin to list outdated dependencies.",
Expand All @@ -16,7 +16,7 @@
"batch": "~0.5.0", "batch": "~0.5.0",
"commander": "1.0.5", "commander": "1.0.5",
"component": "~0.17.6", "component": "~0.17.6",
"each-component": "git://github.com/component/each", "each-component": "~0.1",
"pad-component": "0.0.1" "pad-component": "0.0.1"
}, },
"bin": { "bin": {
Expand Down