Skip to content

Commit

Permalink
Get package.json ready for npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Easton committed Jul 19, 2022
1 parent 97e9e96 commit f3f4b8d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
"name": "express-tor-detection",
"version": "1.0.0",
"description": "ExpressJS middlewear to manage users connection from a TOR exit node",
"main": "index.js",
"scripts": {},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/easton36/express-tor-detection.git"
Expand All @@ -14,8 +17,8 @@
"exit node",
"detection"
],
"author": "Easton",
"license": "ISC",
"author": "Easton (https://easton.gg)",
"license": "MIT License",
"bugs": {
"url": "https://github.com/easton36/express-tor-detection/issues"
},
Expand Down

0 comments on commit f3f4b8d

Please sign in to comment.