Fixed `index.js` pointing to non-transpiled code. See #783

This commit is contained in:
jos 2019-09-04 09:42:40 +02:00
parent 60f0470a3c
commit f064dcf965
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ https://github.com/josdejong/jsoneditor
## not yet published, version 7.0.3 ## not yet published, version 7.0.3
- Fixed `index.js` pointing to non-transpiled code. See #783.
- Fixed absolute url of images in SASS. Thanks @moonbreezee. - Fixed absolute url of images in SASS. Thanks @moonbreezee.

View File

@ -1 +1 @@
module.exports = require('./src/js/JSONEditor') module.exports = require('./dist/jsoneditor')