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

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanong committed Apr 7, 2014
1 parent b707952 commit 8bf5474
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
19 changes: 19 additions & 0 deletions History.md
@@ -1,6 +1,25 @@

For a more in-depth changelog about v1, please read: https://github.com/component/guide/blob/master/changelogs/1.0.0.md.

1.0.0-rc5 / 2014-04-07
======================

Primarily bug fixes.

* bitbucket support
* `component-link`

* add `--tag`
* remove the requirement of the component name matching the repository name

* `component-build`

* fix `--out`
* fix `--copy`
* fix file path rewriting for local components

* fix `component-ls --depth`

1.0.0-rc4 / 2014-04-04
======================

Expand Down
7 changes: 4 additions & 3 deletions package.json
Expand Up @@ -12,16 +12,17 @@
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"repository": "component/component",
"dependencies": {
"component-build": "^1.0.1",
"component-build": "^1.0.3",
"component-consoler": "^1.0.1",
"component-flatten": "^1.0.0",
"component-ls": "^2.1.0",
"component-outdated2": "^1.0.2",
"component-pin": "^1.0.2",
"component-resolver": "^1.0.3",
"component-resolver": "^1.1.1",
"component-search2": "^1.0.0",
"component-updater": "^1.0.2",
"component-watcher": "^1.0.0",
"remotes": "^1.1.1",
"commander": "^2.2.0",
"semver": "^2.2.1",
"mkdirp": "~0.3.5",
Expand All @@ -30,7 +31,7 @@
"win-fork": "~1.1.1",
"debug": "*",
"open": "~0.0.4",
"cogent": "~0.4.1",
"cogent": "~0.4.3",
"co": "^3.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 8bf5474

Please sign in to comment.