1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-03 11:28:01 +00:00

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

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"