set()

in lib/config.js [14:16]


  set(key, value) {
    this.data[key] = value;
  }