refactor: renamed module to conf
This commit is contained in:
parent
74892d1caf
commit
79a22e3bc1
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
module vconf
|
||||
module conf
|
||||
|
||||
import os
|
||||
import toml
|
||||
2
v.mod
2
v.mod
|
|
@ -1,5 +1,5 @@
|
|||
Module {
|
||||
name: 'vconf'
|
||||
name: 'conf'
|
||||
description: 'A small library for reading configuration from a TOML file & environment variables'
|
||||
version: '0.0.0'
|
||||
license: 'MIT'
|
||||
|
|
|
|||
Reference in a new issue