[Pkg-javascript-commits] [node-expat] 38/371: package.json: fix main path

Jonas Smedegaard dr at jones.dk
Sun Feb 28 09:59:43 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository node-expat.

commit 5bd15bf11e3ca70f7ba7fa9f7323c62336b865ae
Author: Astro <astro at spaceboyz.net>
Date:   Tue Aug 3 21:32:29 2010 +0200

    package.json: fix main path
    
    http://github.com/astro/node-expat/issues#issue/3
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 288b992..2237c2f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 { "name": "node-expat"
 ,"version": "1.0.0"
-,"main": "./build/default"
+,"main": "./build/default/expat"
 ,"description": "NodeJS binding for fast XML parsing."
 ,"scripts" : { "install" : "./install.sh" }
 ,"dependencies": []

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-expat.git



More information about the Pkg-javascript-commits mailing list