diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2ccbe46 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/node_modules/ diff --git a/package.json b/package.json index 941c4f9..3cf4170 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,7 @@ "main": "./src/loggings.js", "module": "./src/loggings.js", "scripts": { - "test": "node ./src/loggings-test.js", - "publish": "yarn publish" + "test": "node ./src/loggings-test.js" }, "keywords": [ "loggings"