Add moments.js to project

This commit is contained in:
Frédéric Vachon 2015-01-27 17:29:29 -05:00
parent aea4681fa5
commit 998d30e72f
2 changed files with 3 additions and 1 deletions

View File

@ -39,6 +39,7 @@
<script src="table/table.js"></script>
<script src="bower_components/html5-boilerplate/js/vendor/modernizr-2.6.2.min.js"></script>
<script src="bower_components/moment/moment.js"></script>
</head>
<body class="layout color-scheme--dark">

View File

@ -13,6 +13,7 @@
"html5-boilerplate": "~4.3.0",
"bootstrap-sass-official": "3.3.1",
"fontawesome": "4.2.0",
"justgage-toorshia" : "master"
"justgage-toorshia": "master",
"moment": "~2.9.0"
}
}