mirror of
https://github.com/Wessel/wumpfetch.git
synced 2026-07-07 13:56:33 +02:00
Some small things
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,2 +1,2 @@
|
||||
node_modules
|
||||
node_modules/
|
||||
yarn.lock
|
||||
11
.npmignore
Normal file
11
.npmignore
Normal file
@@ -0,0 +1,11 @@
|
||||
dist/
|
||||
docs/
|
||||
__test__/
|
||||
examples/
|
||||
node_modules/
|
||||
|
||||
README.md
|
||||
yarn.lock
|
||||
index.d.ts
|
||||
.gitignore
|
||||
gulpfile.js
|
||||
@@ -5,10 +5,6 @@
|
||||
"author": "Wessel \"wesselgame\" T <discord@go2it.eu>",
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user