diff --git a/.gitignore b/.gitignore index 97008e5..167ab9f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -node_modules +node_modules/ yarn.lock \ No newline at end of file diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..51cd914 --- /dev/null +++ b/.npmignore @@ -0,0 +1,11 @@ +dist/ +docs/ +__test__/ +examples/ +node_modules/ + +README.md +yarn.lock +index.d.ts +.gitignore +gulpfile.js \ No newline at end of file diff --git a/package.json b/package.json index 2a95134..d842a50 100644 --- a/package.json +++ b/package.json @@ -5,10 +5,6 @@ "author": "Wessel \"wesselgame\" T ", "license": "MIT", "main": "lib/index.js", - "files": [ - "LICENSE", - "lib/" - ], "bugs": { "url": "https://github.com/PassTheWessel/wumpfetch/issues" }, @@ -17,6 +13,9 @@ "type": "git", "url": "https://github.com/PassTheWessel/wumpfetch" }, + "scripts": { + "test": "cd __test__ && node main.js" + }, "keywords": [ "http", "https",