Updates "main" in package.json

Fixes require "Error: Cannot find module 'tiddlywiki'"
This commit is contained in:
csugden 2014-01-13 18:29:22 +00:00
parent 22f48198bd
commit b1b38dc143
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
"bin": {
"tiddlywiki": "./tiddlywiki.js"
},
"main": "./core/boot.js",
"main": "./boot/boot.js",
"repository": {
"type": "git",
"url": "https://github.com/Jermolene/TiddlyWiki5.git"