mirror of
https://github.com/openstf/stf
synced 2025-10-04 10:19:30 +02:00
Use stf-device-db instead of stf-devices-db.
This commit is contained in:
parent
574abbcaf9
commit
eb94192122
2 changed files with 2 additions and 2 deletions
|
@ -4,5 +4,5 @@ var pathutil = require('../util/pathutil')
|
||||||
|
|
||||||
module.exports = function(options) {
|
module.exports = function(options) {
|
||||||
return express.static(
|
return express.static(
|
||||||
pathutil.root('node_modules/stf-devices-db/data/small'))
|
pathutil.root('node_modules/stf-device-db/data/small'))
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
var deviceData = require('stf-devices-db')
|
var deviceData = require('stf-device-db')
|
||||||
var browserData = require('stf-browser-db')
|
var browserData = require('stf-browser-db')
|
||||||
var express = require('express')
|
var express = require('express')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue