Skip to content

Commit 279d404

Browse files
authored
Merge pull request evanplaice#126 from coltonehrman/add/contributors
Add contributors and fix build
2 parents ea13dda + e22bf08 commit 279d404

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

examples/custom-date-parsing.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
<!DOCTYPE html>
12
<html>
23
<head>
4+
<title>Custom Date Parsing</title>
35
<link href="https://fonts.googleapis.com/css?family=Lato|Roboto|Source+Code+Pro" rel="stylesheet">
46
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/styles/monokai.min.css">
57
<link rel="stylesheet" href="demo.css">

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
"name": "Evan Plaice",
77
"email": "evan.plaice@gmail.com"
88
},
9+
"contributors": [
10+
{
11+
"name": "Colton Ehrman",
12+
"email": "coltonje95@gmail.com",
13+
"url": "http://coltonehrman.com"
14+
}
15+
],
916
"devDependencies": {
1017
"tap-spec": "^5.0.0",
1118
"tape": "^4.8.0"

0 commit comments

Comments
 (0)