Added index files

This commit is contained in:
jos 2017-12-26 21:21:39 +01:00
parent 29fe32da40
commit 6385e4b193
3 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import './App.css'
//
// import JSONEditor from 'jsoneditor/react'
//
import JSONEditor from 'jsoneditor/lib/components/JSONEditor'
import JSONEditor from '../../../react'
const json = {

1
index.js Normal file
View File

@ -0,0 +1 @@
module.exports = require('./dist/jsoneditor')

1
react.js vendored Normal file
View File

@ -0,0 +1 @@
module.exports = require('./lib/index.react')