Skip to content

Commit

Permalink
Correct reference to xmlschema directory to lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Bober authored and Andrew Bober committed Apr 17, 2018
1 parent 221bf7c commit 674851c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/processor.js
@@ -1,7 +1,7 @@
'use strict';

const debug = require('debug')('xsd2jsonschema:Processor');
const XsdNodeTypes = require('./xmlSchema/xsdNodeTypes');
const XsdNodeTypes = require('./xmlschema/xsdNodeTypes');
const XsdFile = require('./xmlschema/xsdFileXmlDom');
const ParsingState = require('./parsingState');

Expand Down

0 comments on commit 674851c

Please sign in to comment.