Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "aqdm", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Simple terminal progress indicator made for any loop", | ||
@@ -24,4 +24,6 @@ "keywords": [ | ||
"scripts": { | ||
"build": "tsup src/main.ts --format esm,cjs --dts --minify", | ||
"prepublishOnly": "npm run build" | ||
"build": "tsup src/index.ts --format esm,cjs --dts --minify", | ||
"clean:modules": "rimraf node_modules", | ||
"clean:dist": "rimraf dist", | ||
"prepublishOnly": "npm run clean:dist && npm run build" | ||
}, | ||
@@ -39,5 +41,6 @@ "author": { | ||
"devDependencies": { | ||
"@types/node": "^16", | ||
"@swc/core": "^1.2.194", | ||
"@swc/jest": "^0.2.21", | ||
"@types/node": "^16", | ||
"rimraf": "^3.0.2", | ||
"tsup": "^6.0.1", | ||
@@ -44,0 +47,0 @@ "typescript": "^4.7.2" |
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
10817
7
6