Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jchip committed Mar 5, 2021
1 parent fd762c0 commit e96f8d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/xarc-app-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/app-dev",
"version": "10.0.0",
"version": "10.0.1",
"description": "Electrode X application development support",
"main": "lib/index.js",
"homepage": "http://www.electrode.io",
Expand Down Expand Up @@ -36,7 +36,7 @@
"Joel Chen <[email protected]>"
],
"peerDependencies": {
"@xarc/app": "^10.0.0"
"@xarc/app": "^10.0.1"
},
"dependencies": {
"@babel/cli": "^7.1.5",
Expand Down Expand Up @@ -107,7 +107,7 @@
"@types/sinon-chai": "^3.2.5",
"@typescript-eslint/eslint-plugin": "^4.11.0",
"@typescript-eslint/parser": "^4.11.0",
"@xarc/app": "^10.0.0",
"@xarc/app": "^10.0.1",
"@xarc/module-dev": "^3.0.2",
"@xarc/run": "^1.0.4",
"babel-eslint": "^10.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/xarc-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/app",
"version": "10.0.0",
"version": "10.0.1",
"description": "Electrode X application runtime support",
"main": "dist/index.js",
"homepage": "http://www.electrode.io",
Expand Down

0 comments on commit e96f8d7

Please sign in to comment.