🎨 Move robot names file

This commit is contained in:
brunosimon
2017-08-15 19:06:34 +02:00
parent 0ff61b0c99
commit d67608dce0
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
const ids = require('./ids.js') const ids = require('./ids.js')
const robotNames = require('./robot-names.json') const robotNames = require('./assets/data/robot-names.json')
const nodeNotifier = require('node-notifier') const nodeNotifier = require('node-notifier')
const path = require('path') const path = require('path')