Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
update version 0.0.4 and build rc
Browse files Browse the repository at this point in the history
  • Loading branch information
mradkov committed Jun 16, 2019
1 parent 34762d2 commit 14202a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "waellet",
"version": "0.0.3",
"version": "0.0.4",
"description": "waellet - aeternity browser extension",
"author": "Milen Radkov <milenradkov@me.com>",
"license": "MIT",
Expand All @@ -15,8 +15,8 @@
"watch": "npm run build -- --watch",
"watch:dev": "cross-env HMR=true npm run build:dev -- --watch",
"test": " start-server-and-test start http://localhost:5000 start:tests",
"start": "serve --no-clipboard",
"start:ci": "serve --no-clipboard",
"start": "serve",
"start:ci": "serve",
"start:tests": "cypress run "
},
"dependencies": {
Expand Down

0 comments on commit 14202a8

Please sign in to comment.