1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-06 03:50:04 +02:00

Add Epoch.

This commit is contained in:
Gunther Brunner 2014-10-06 20:50:28 +09:00
parent 1a8a5ff8ff
commit a1cf0ba7bd
2 changed files with 10 additions and 1 deletions

View file

@ -41,7 +41,9 @@
"angular-ladda": "~0.1.6",
"ng-context-menu": "~1.0.0",
"stats.js": "*",
"components-font-awesome": "~4.2.0"
"components-font-awesome": "~4.2.0",
"epoch": "~0.6.0",
"d3": "~3.4.11"
},
"private": true,
"resolutions": {

View file

@ -0,0 +1,7 @@
require('d3')
require('epoch/epoch.min.css')
require('epoch/epoch.min.js')
module.exports = {
name: 'epoch'
}