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

Use stf-device-db instead of stf-devices-db.

This commit is contained in:
Simo Kinnunen 2014-05-12 12:03:32 +09:00
parent 574abbcaf9
commit eb94192122
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
var deviceData = require('stf-devices-db')
var deviceData = require('stf-device-db')
var browserData = require('stf-browser-db')
var express = require('express')