Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Jul 14, 2021
1 parent 3c023f9 commit c797e12
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "arvis",
"productName": "Arvis",
"version": "0.5.19",
"version": "0.5.20",
"description": "Arvis (alpha)",
"homepage": "https://github.com/jopemachine/arvis#readme",
"scripts": {
Expand Down Expand Up @@ -220,7 +220,7 @@
"@types/webpack-env": "^1.15.2",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"arvis-core": "^0.8.4",
"arvis-core": "^0.8.5",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.1.0",
"babel-loader": "^8.2.2",
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "arvis",
"productName": "Arvis",
"version": "0.5.19",
"version": "0.5.20",
"description": "Arvis (alpha)",
"main": "./main.prod.js",
"homepage": "https://github.com/jopemachine/arvis#readme",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2855,10 +2855,10 @@ arrify@^1.0.1:
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
integrity sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=

arvis-core@^0.8.3:
version "0.8.3"
resolved "https://registry.yarnpkg.com/arvis-core/-/arvis-core-0.8.3.tgz#9409f49a4b7e812f5f00c78da00598b338f9076d"
integrity sha512-/6sGRMRhrfb3Wxca1ODQPltit7Jxrf9n7ngXgapMSzRQUkI/Gb2AMaLob1nKSLHf9xBcJt1Yqdj6Eb+RjapocQ==
arvis-core@^0.8.5:
version "0.8.5"
resolved "https://registry.yarnpkg.com/arvis-core/-/arvis-core-0.8.5.tgz#ec1808dd3bbdaf7f1f1a5228e1f4d7f2e3916bfa"
integrity sha512-e9/I6dW6N1KvMSgKTrjzXyQtJq3Sj/Os8PXHdodFU1WAt2irNlFmwHcrC1THi+Oqz26osneAZbfkhlqud8ACbA==
dependencies:
alpha-sort "^4.0.0"
archiver "^5.3.0"
Expand Down

0 comments on commit c797e12

Please sign in to comment.