Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Commit

Permalink
releases 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jun 1, 2015
1 parent c0731ad commit 356efa4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
3 changes: 3 additions & 0 deletions .bumpedrc
@@ -0,0 +1,3 @@
files: [
"package.json"
]
25 changes: 12 additions & 13 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "bumped",
"description": "Makes easy release software.",
"homepage": "https://github.com/bumped/bumped",
"version": "0.0.0",
"version": "0.1.0",
"main": "./bin/index.js",
"bin": "./bin/index.js",
"author": {
Expand All @@ -18,20 +18,19 @@
"semver"
],
"dependencies": {
"acho": "latest",
"args-js": "latest",
"coffee-script": "latest",
"fn-partial": "latest",
"fs-extra": "latest",
"meow": "latest",
"neo-async": "latest",
"rc": "latest",
"season": "latest",
"semver": "latest",
"update-notifier": "latest"
"acho": "*",
"args-js": "*",
"coffee-script": "*",
"fn-partial": "*",
"fs-extra": "*",
"meow": "*",
"neo-async": "*",
"rc": "*",
"season": "*",
"semver": "*",
"update-notifier": "*"
},
"devDependencies": {
"fs-extra": "*",
"mocha": "*",
"should": "*"
},
Expand Down

0 comments on commit 356efa4

Please sign in to comment.