Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "paused", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A very tiny awaitable timer", | ||
@@ -36,5 +36,16 @@ "keywords": [ | ||
}, | ||
"sideEffects": false, | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"lint": "eslint . --ext .ts --max-warnings 0 --cache", | ||
"lint:fix": "eslint . --ext .ts --fix --cache", | ||
"format": "prettier --check *.ts --cache", | ||
"format:fix": "prettier --write *.ts --cache", | ||
"typecheck": "tsc", | ||
"build": "tsup", | ||
"release": "release-it", | ||
"dev": "esno index.ts" | ||
}, | ||
"devDependencies": { | ||
@@ -48,14 +59,6 @@ "@typescript-eslint/eslint-plugin": "^5.54.0", | ||
"prettier": "^2.8.4", | ||
"release-it": "^15.7.0", | ||
"tsup": "^6.6.3", | ||
"typescript": "^4.9.5" | ||
}, | ||
"scripts": { | ||
"lint": "eslint . --ext .ts --max-warnings 0 --cache", | ||
"lint:fix": "eslint . --ext .ts --fix --cache", | ||
"format": "prettier --check *.ts --cache", | ||
"format:fix": "prettier --write *.ts --cache", | ||
"build": "tsup", | ||
"typecheck": "tsc", | ||
"dev": "esno index.ts" | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3922
10