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

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed May 25, 2015
1 parent 8e41463 commit a6850ac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ info : Current version is '1.0.1'.
success : Config file created!.
```
At this moment, bumped will create a configuration file `.bumpedrc` that is associate with the folder of the project. If you open the files this content a list of files to syncrhonizes:
At this moment, **Bumped** will create a configuration file `.bumpedrc` that is associate with the folder of the project. If you open the files this content a list of files to syncrhonizes:
```cson
files: [
"package.json"
]
```
The format of the file is [CSON](https://github.com/bevry/cson), However you can use JSON, but this file is auto-generate for Bumped.
The format of the file is [CSON](https://github.com/bevry/cson), However you can use JSON, but this file is auto-generate for **Bumped**.
### .version
Expand Down Expand Up @@ -109,9 +109,9 @@ success : Releases version '1.1.0'.

### .add

In the beginning Bumped automatically detect common configuration files of the most popular packages managers, but maybe you need to add one manually.
In the beginning **Bumped** automatically detect common configuration files of the most popular packages managers, but maybe you need to add one manually.

For example, I want to add a new file called `component.json` that have the version setted to `2.0.0`:
For example, I want to add a new file called `component.json` that have the version setted to `2.0.0`:

```json
{
Expand All @@ -128,7 +128,7 @@ info : Detected 'component.json' in the directory.
success : 'component.json' has been added.
```

If you check now the `.bumpedrc` file the list of configuration files as been updated:
If you check now the `.bumpedrc` file the list of configuration files as been updated:

```cson
files: [
Expand Down

0 comments on commit a6850ac

Please sign in to comment.