Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 97275d9

Browse files
pedrosantapetebacondarwin
authored andcommitted
chore(bower.son): update angular dep to 1.3.x, html5-boilerplate
1 parent de30ee9 commit 97275d9

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

app/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<title>My AngularJS App</title>
1010
<meta name="description" content="">
1111
<meta name="viewport" content="width=device-width, initial-scale=1">
12-
<link rel="stylesheet" href="bower_components/html5-boilerplate/css/normalize.css">
13-
<link rel="stylesheet" href="bower_components/html5-boilerplate/css/main.css">
12+
<link rel="stylesheet" href="bower_components/html5-boilerplate/dist/css/normalize.css">
13+
<link rel="stylesheet" href="bower_components/html5-boilerplate/dist/css/main.css">
1414
<link rel="stylesheet" href="app.css">
15-
<script src="bower_components/html5-boilerplate/js/vendor/modernizr-2.6.2.min.js"></script>
15+
<script src="bower_components/html5-boilerplate/dist/js/vendor/modernizr-2.8.3.min.js"></script>
1616
</head>
1717
<body>
1818
<ul class="menu">

bower.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"license": "MIT",
77
"private": true,
88
"dependencies": {
9-
"angular": "1.2.x",
10-
"angular-route": "1.2.x",
11-
"angular-loader": "1.2.x",
12-
"angular-mocks": "~1.2.x",
13-
"html5-boilerplate": "~4.3.0"
9+
"angular": "1.3.x",
10+
"angular-route": "1.3.x",
11+
"angular-loader": "1.3.x",
12+
"angular-mocks": "~1.3.x",
13+
"html5-boilerplate": "~5.2.0"
1414
}
1515
}

0 commit comments

Comments
 (0)