Commit Graph

11 Commits

Author SHA1 Message Date
Thorsten Lorenz f79ceeec31 Adding main field pointing to jsoneditor.js
Without this `require('jsoneditor')` fails with the following error:
```
Error: Cannot find module 'jsoneditor'
    at Function.Module._resolveFilename (module.js:338:15)
    at Function.Module._load (module.js:280:25)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at Object.<anonymous> (/Users/thlorenz/dev/projects/level-json-edit/example/main.js:3:18)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Function.Module.runMain (module.js:497:10)
```
2013-09-20 14:32:55 -04:00
josdejong e34cfc1e52 Released version 2.3.0 2013-09-13 21:50:58 +02:00
josdejong 6b1975abce Updated version number to 2.3.0-SNAPSHOT 2013-08-01 21:11:58 +02:00
josdejong 2816acbb75 Released version 2.2.2 2013-08-01 21:04:19 +02:00
josdejong 01f6112261 Fixed a security error in the server side file retriever script of the web app. 2013-07-31 21:42:09 +02:00
josdejong f90c9f9fc6 Updated version number to 2.3.0-SNAPSHOT 2013-05-27 20:55:51 +02:00
josdejong f3ca6ad84f Released version 2.2.1 2013-05-27 20:45:47 +02:00
josdejong baf7082f5d Updated version number to 2.3.0-SNAPSHOT. Updated readme and docs 2013-05-04 13:17:24 +02:00
josdejong 6d3a50780c Released version 2.2.0 2013-05-04 12:42:54 +02:00
josdejong 2140125ace Updated repository urls 2013-05-03 23:34:53 +02:00
josdejong b287c4bfbc Replaced ant build script with jake build script. Files moved around. Created package.json and component.json 2013-05-03 22:55:15 +02:00