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:
Attila Csanyi
2017-06-27 09:41:07 +02:00
committed by László Monda
parent 121807a65a
commit 22a59160fb
64 changed files with 122 additions and 123 deletions

View File

@@ -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');