mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00
Add Epoch.
This commit is contained in:
parent
1a8a5ff8ff
commit
a1cf0ba7bd
2 changed files with 10 additions and 1 deletions
|
@ -41,7 +41,9 @@
|
||||||
"angular-ladda": "~0.1.6",
|
"angular-ladda": "~0.1.6",
|
||||||
"ng-context-menu": "~1.0.0",
|
"ng-context-menu": "~1.0.0",
|
||||||
"stats.js": "*",
|
"stats.js": "*",
|
||||||
"components-font-awesome": "~4.2.0"
|
"components-font-awesome": "~4.2.0",
|
||||||
|
"epoch": "~0.6.0",
|
||||||
|
"d3": "~3.4.11"
|
||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
|
|
7
res/web_modules/epoch/index.js
Normal file
7
res/web_modules/epoch/index.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
require('d3')
|
||||||
|
require('epoch/epoch.min.css')
|
||||||
|
require('epoch/epoch.min.js')
|
||||||
|
|
||||||
|
module.exports = {
|
||||||
|
name: 'epoch'
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue