Skip to content

Commit

Permalink
update to new version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soemo committed Sep 12, 2023
1 parent 239d2c8 commit 9fa18f2
Show file tree
Hide file tree
Showing 3 changed files with 315 additions and 303 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "create",
"version": "1.6.0",
"version": "1.2.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=testing jest __tests__",
"build": "ncc build index.js --minify",
"build": "NODE_OPTIONS=--openssl-legacy-provider ncc build index.js --minify",
"watch": "ncc build index.js --watch --minify",
"release-major": "npm version major -m \":bookmark: Release (major): %s\"",
"release-minor": "npm version minor -m \":bookmark: Release (minor): %s\"",
Expand All @@ -14,14 +14,14 @@
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.9.0",
"@actions/core": "^1.10.1",
"node-fetch": "^2.6.7"
},
"devDependencies": {
"@atlassian-partner-engineering/eslint-config": "^5.0.0",
"@atlassian-partner-engineering/eslint-config": "^5.1.0",
"@zeit/ncc": "^0.22.3",
"eslint": "^8.21.0",
"jest": "^29.0.1",
"eslint": "^8.49.0",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"nock": "^13.2.9"
},
Expand Down
Loading

0 comments on commit 9fa18f2

Please sign in to comment.