Skip to content

Commit

Permalink
Missing patch version in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-uk committed Aug 3, 2024
1 parent 35e3108 commit e2e5e9a
Show file tree
Hide file tree
Showing 3 changed files with 226 additions and 424 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30943,7 +30943,7 @@ module.exports = parseParams
/***/ ((module) => {

"use strict";
module.exports = JSON.parse('{"name":"workflow-dispatch","version":"1.2.","description":"Trigger running GitHub Actions workflows","main":"dist/index.js","scripts":{"build":"ncc build src/main.ts -o dist","lint":"eslint src/","lint-fix":"eslint src/ --fix","format":"prettier --write src/"},"keywords":["github","actions"],"author":"Ben Coleman","license":"MIT","devDependencies":{"@actions/core":"^1.10.1","@actions/github":"^6.0.0","@vercel/ncc":"^0.38.1","typescript-eslint":"^8.0.0","eslint":"^9.8.0","typescript":"^5.5.4","prettier":"^3.3.3"}}');
module.exports = JSON.parse('{"name":"workflow-dispatch","version":"1.2.4","description":"Trigger running GitHub Actions workflows","main":"dist/index.js","scripts":{"build":"ncc build src/main.ts -o dist","lint":"eslint src/","lint-fix":"eslint src/ --fix","format":"prettier --write src/"},"keywords":["github","actions"],"author":"Ben Coleman","license":"MIT","devDependencies":{"@actions/core":"^1.10.1","@actions/github":"^6.0.0","@vercel/ncc":"^0.38.1","typescript-eslint":"^8.0.0","eslint":"^9.8.0","typescript":"^5.5.4","prettier":"^3.3.3"}}');

/***/ })

Expand Down
Loading

0 comments on commit e2e5e9a

Please sign in to comment.