Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

Commit

Permalink
9.0.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
quanglam2807 committed Jul 27, 2020
1 parent dab5b74 commit 8a5c3f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Juli",
"description": "AppView template for WebCatalog",
"version": "8.22.2",
"version": "9.0.0-alpha",
"minimumWebCatalogVersion": "23.0.0",
"engines": {
"node": ">=12.0.0 <13.0.0"
Expand All @@ -16,7 +16,7 @@
"start": "react-scripts start",
"electron-dev": "concurrently \"cross-env BROWSER=none yarn start\" \"wait-on http://localhost:3000 && electron .\" -k",
"build-json": "node build-json.js",
"build-template": "CSC_IDENTITY_AUTO_DISCOVERY=false node build-template.js",
"build-template": "cross-env CSC_IDENTITY_AUTO_DISCOVERY=false node build-template.js",
"build-zip": "7z a -mm=Deflate -mx=9 -r dist/template.zip dist/template/.",
"dist": "yarn build && yarn build-template && yarn build-zip && yarn build-json"
},
Expand Down

0 comments on commit 8a5c3f6

Please sign in to comment.