renaming config-serializer upper camel case file names to dash case (#320)
* renaming: config-serializer upper camel case file names to dash case (closes #305) * fix: remove then add same source with lowercase * fix: d.ts file with lowercase
This commit is contained in:
committed by
László Monda
parent
121807a65a
commit
22a59160fb
@@ -1,5 +1,5 @@
|
||||
import { UserConfiguration } from '../shared/src/config-serializer/config-items/UserConfiguration';
|
||||
import { UhkBuffer } from '../shared/src/config-serializer/UhkBuffer';
|
||||
import { UserConfiguration } from '../shared/src/config-serializer/config-items/user-configuration';
|
||||
import { UhkBuffer } from '../shared/src/config-serializer/uhk-buffer';
|
||||
|
||||
const assert = require('assert');
|
||||
const fs = require('fs');
|
||||
|
||||
Reference in New Issue
Block a user