This is v1.3.0

This commit is contained in:
Ross MacArthur
2020-10-08 23:02:12 +02:00
parent db3c7713bb
commit fc2abd7b0c
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "setup-just",
"version": "1.2.0",
"version": "1.3.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -261,9 +261,9 @@
"dev": true
},
"@types/node": {
"version": "14.11.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.11.5.tgz",
"integrity": "sha512-jVFzDV6NTbrLMxm4xDSIW/gKnk8rQLF9wAzLWIOg+5nU6ACrIMndeBdXci0FGtqJbP9tQvm6V39eshc96TO2wQ=="
"version": "14.11.6",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.11.6.tgz",
"integrity": "sha512-1/AVlPLmRzzTDc+T28H3AaA12Be1X74mqYDaecFFCo5r5aw3Lqj+PAqAE06nefV33otTl5JLfiIp5HgRrpu4SA=="
},
"@types/semver": {
"version": "7.3.4",
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "setup-just",
"version": "1.2.0",
"version": "1.3.0",
"description": "Install the just command runner",
"main": "dist/index.js",
"scripts": {
@@ -26,7 +26,7 @@
"semver": "^7.3.2"
},
"devDependencies": {
"@types/node": "^14.11.5",
"@types/node": "^14.11.6",
"@types/semver": "^7.3.4",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",