@currents/cli
Advanced tools
Comparing version 2.1.0 to 2.1.1
#!/usr/bin/env node | ||
const lib = require("../"); | ||
@@ -3,0 +4,0 @@ |
{ | ||
"name": "@currents/cli", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"author": { | ||
"name": "Currents", | ||
"email": "andrew@currents.dev" | ||
}, | ||
"scripts": { | ||
"build": "echo \"built!\"", | ||
"release": "release-it", | ||
"clean": "rimraf dist" | ||
}, | ||
"repository": { | ||
@@ -23,3 +32,29 @@ "type": "git", | ||
"sorry-cypress" | ||
] | ||
], | ||
"release-it": { | ||
"npm": { | ||
"publish": true | ||
}, | ||
"github": { | ||
"release": true | ||
}, | ||
"plugins": { | ||
"@release-it/conventional-changelog": { | ||
"header": "# Changelog", | ||
"preset": { | ||
"name": "conventionalcommits" | ||
}, | ||
"infile": "CHANGELOG.md" | ||
} | ||
}, | ||
"hooks": { | ||
"before:init": "run-s clean build" | ||
} | ||
}, | ||
"devDependencies": { | ||
"@release-it/conventional-changelog": "^5.1.0", | ||
"npm-run-all": "^4.1.5", | ||
"release-it": "^15.4.1", | ||
"rimraf": "^3.0.2" | ||
} | ||
} |
@@ -13,1 +13,5 @@ [Currents.dev](https://currents.dev/?utm_source=currents_cli) - is a drop-in replacement for Cypress Dashboard. Run millions of Cypress tests in parallel without breaking the bank. | ||
``` | ||
# Changelog | ||
https://github.com/currents-dev/cli/blob/main/CHANGELOG.md |
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
2588
6
1
17
4
21527