Skip to content

Commit ce72b07

Browse files
committed
Update documentation. Update versions for dependecny managers
1 parent 4ac6456 commit ce72b07

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ Status: beta
77

88
## Getting Started
99
1. Clone this repo
10-
2. bower install
11-
3. npm install
12-
4. run `Grunt`
10+
2. npm install
11+
3. run `Grunt`
1312

1413
## Development Dependencies
1514
* node.js v0.10.18

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backbone-boilerplate",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"homepage": "https://github.com/globant-ui/backbone-boilerplate",
55
"authors": [
66
"eabait <estebanabait@gmail.com>"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backbone-boilerplate",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"scripts": {
55
"start": "grunt build:prod"
66
},

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<meta name="description" content="Project description">
1212
<meta name="viewport" content="width=device-width">
1313

14-
<link rel="stylesheet" href="css/backbone-boilerplate.min-0.2.1.css">
14+
<link rel="stylesheet" href="css/backbone-boilerplate.min-0.2.2.css">
1515
</head>
1616
<body>
1717
<!--[if lt IE 7]>

0 commit comments

Comments
 (0)