diff --git a/.jamignore b/.jamignore new file mode 100644 index 000000000..faf22fdc0 --- /dev/null +++ b/.jamignore @@ -0,0 +1,7 @@ +*.custom.* +.* +dist/ +doc/*.php +node_modules/ +perf/*.sh +test/*.sh diff --git a/package.json b/package.json index 7076423bf..e4216e318 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ ], "author": { "name": "John-David Dalton", - "email": "john@fusejs.com", + "email": "john.david.dalton@gmail.com", "web": "http://allyoucanleet.com/" }, "bugs": { @@ -42,6 +42,9 @@ "node", "rhino" ], + "jam":{ + "main": "lodash.min.js" + }, "scripts": { "build": "node build", "test": "node test/test"