fix(package): use wildcard for dist folder

master
sati.ac 2023-07-20 16:30:32 +03:00
parent fb7610845e
commit 2601a80a47
2 changed files with 4 additions and 2 deletions

View File

@ -4,6 +4,8 @@
## usage example ## usage example
```ts ```ts
const { Sati } = require('sati')
const sati = new Sati({ const sati = new Sati({
token: 'your token here' token: 'your token here'
}) })

View File

@ -1,6 +1,6 @@
{ {
"name": "sati", "name": "sati",
"version": "0.1.0", "version": "0.1.1",
"description": "next generation anti-captcha", "description": "next generation anti-captcha",
"license": "MIT", "license": "MIT",
"repository": { "repository": {
@ -14,7 +14,7 @@
"captcha" "captcha"
], ],
"files": [ "files": [
"dist/", "dist/**",
"!**/*.tsbuildinfo" "!**/*.tsbuildinfo"
], ],
"main": "dist/sati.node.cjs.js", "main": "dist/sati.node.cjs.js",