Skip to content

Commit

Permalink
Add pace.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cpunion committed Sep 11, 2016
1 parent 2b3ad84 commit 2ad61c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="./src/favicon.ico">
<link href="./node_modules/pace-js/themes/blue/pace-theme-minimal.css" rel="stylesheet" />
<script src="./node_modules/pace-js/pace.min.js"></script>
<title>React App</title>
</head>
<body>
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"react-scripts": "0.4.1"
},
"dependencies": {
"pace-js": "^1.0.2",
"react": "^15.3.1",
"react-dom": "^15.3.1"
},
Expand Down

0 comments on commit 2ad61c7

Please sign in to comment.