diff --git a/package.json b/deprecation-warning similarity index 97% rename from package.json rename to deprecation-warning index 0a3b7ef..b3f9ae3 100644 --- a/package.json +++ b/deprecation-warning @@ -2,7 +2,7 @@ "name": "node-postmates", "version": "1.9.1", "description": "Node.js wrapper for the Postmates API", - "main": "lib/index.js", + "main": "index.js", "scripts": { "test": "mocha test/*.js --delay 800 --timeout 5000", "prepare": "node_modules/babel-cli/bin/babel.js src --out-dir lib"