diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a7a5d76 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/lib/index.js +/node_modules/ diff --git a/package.json b/package.json index c9d6bb4..86c230c 100644 --- a/package.json +++ b/package.json @@ -27,5 +27,8 @@ "type": "MIT", "url": "http://creativecommons.org/licenses/MIT/" } - ] + ], + "scripts": { + "prepublish": "jake lib/index.js" + } }