Skip to content

Commit

Permalink
Update documentation. Update versions for dependecny managers
Browse files Browse the repository at this point in the history
  • Loading branch information
eabait committed Feb 11, 2014
1 parent 4ac6456 commit ce72b07
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ Status: beta

## Getting Started
1. Clone this repo
2. bower install
3. npm install
4. run `Grunt`
2. npm install
3. run `Grunt`

## Development Dependencies
* node.js v0.10.18
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backbone-boilerplate",
"version": "0.2.1",
"version": "0.2.2",
"homepage": "https://github.com/globant-ui/backbone-boilerplate",
"authors": [
"eabait <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backbone-boilerplate",
"version": "0.2.1",
"version": "0.2.2",
"scripts": {
"start": "grunt build:prod"
},
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<meta name="description" content="Project description">
<meta name="viewport" content="width=device-width">

<link rel="stylesheet" href="css/backbone-boilerplate.min-0.2.1.css">
<link rel="stylesheet" href="css/backbone-boilerplate.min-0.2.2.css">
</head>
<body>
<!--[if lt IE 7]>
Expand Down

0 comments on commit ce72b07

Please sign in to comment.