Skip to content

Commit 4584aef

Browse files
committed
Updating dependencies.
1 parent c65e221 commit 4584aef

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<meta name="viewport" content="width=device-width,initial-scale=1">
77
<meta name="description" content="">
88
<meta name="author" content="">
99

1010
<title>JSON Web Tokens - jwt.io</title>
1111

1212
<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
1313
<link href="http://fonts.googleapis.com/css?family=Source+Code+Pro:400,500,600|Roboto:400,100,300,500,700" rel="stylesheet" type="text/css">
14-
<link rel="stylesheet" href="dist/css/app.css" media="all"/>
14+
<link rel="stylesheet" href="dist/css/app.css" media="all">
1515

1616
<!-- Bootstrap core CSS -->
1717

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
"version": "0.0.1",
44
"devDependencies": {
55
"expect.js": "^0.3.1",
6-
"grunt": "~0.4.2",
7-
"grunt-contrib-clean": "~0.5.0",
8-
"grunt-contrib-connect": "~0.6.0",
9-
"grunt-contrib-less": "~0.9.0",
10-
"grunt-contrib-watch": "~0.5.3",
6+
"grunt": "^0.4.2",
7+
"grunt-contrib-clean": "^0.6.0",
8+
"grunt-contrib-connect": "^0.8.0",
9+
"grunt-contrib-less": "^0.11.4",
10+
"grunt-contrib-watch": "^0.6.1",
1111
"matchdep": "~0.3.0",
1212
"grunt-usemin": "^2.0.2",
1313
"grunt-contrib-copy": "^0.5.0",
14-
"grunt-contrib-concat": "^0.3.0",
15-
"grunt-contrib-uglify": "^0.4.0",
16-
"grunt-contrib-htmlmin": "^0.2.0",
14+
"grunt-contrib-concat": "^0.5.0",
15+
"grunt-contrib-uglify": "^0.5.1",
16+
"grunt-contrib-htmlmin": "^0.3.0",
1717
"grunt-contrib-cssmin": "^0.9.0",
18-
"grunt-mocha-phantomjs": "^0.4.3"
18+
"grunt-mocha-phantomjs": "^0.6.0"
1919
},
2020
"scripts": {
2121
"test": "grunt test --verbose"

0 commit comments

Comments
 (0)