plastikfan / jaxine

Another JSON to XML converter with inheritable attributes and custom element consolidation
MIT License
0 stars 0 forks source link

npm can't load jaxine #8

Closed plastikfan closed 5 years ago

plastikfan commented 5 years ago

The package .json main entry points to index.js. However the index.js file lives in lib/index.js. So we either need to move the file or redefine the main entry. I think the convention is that the index should live in the root directory, so probably best to move the file.

plastikfan commented 5 years ago

Branch: cant-load-jaxine

plastikfan commented 5 years ago

Had to fix the reference in package.json AND webpack.config.js