Add ts types and remove package type

pull/77/head
MillenniumEarl 2021-03-08 12:16:15 +01:00
parent c3a75c08e8
commit a787d9a3e5
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
{ {
"main": "./app/index.js", "main": "./src/index.ts",
"type": "module",
"name": "f95api", "name": "f95api",
"version": "1.9.9", "version": "1.9.9",
"author": "Millennium Earl", "author": "Millennium Earl",
"description": "Unofficial Node JS module for scraping F95Zone platform", "description": "Unofficial Node JS module for scraping F95Zone platform",
"types": "dist/index.d.ts",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/MillenniumEarl/F95API.git" "url": "git+https://github.com/MillenniumEarl/F95API.git"