diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c2658d7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules/ diff --git a/package.json b/package.json index 59142e7..0bcbacb 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,11 @@ "type": "git", "url": "https://github.com/fb55/nth-check" }, - "files": ["compile.js", "index.js", "parse.js"], + "files": [ + "compile.js", + "index.js", + "parse.js" + ], "keywords": [ "nth-child", "nth",