Skip to content

Commit

Permalink
New Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TusharKanjariya committed Apr 26, 2020
1 parent bc615a6 commit 4fd258f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
3 changes: 3 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This is my Rules.

Lorem ipsum dolor sit amet consectetur adipisicing elit. Quae odio eligendi iure beatae atque expedita, sint consectetur quis molestias nostrum eos laborum, architecto in mollitia, voluptas iste fugiat earum excepturi?
11 changes: 11 additions & 0 deletions electron-builder.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"asar": true,
"appId": "com.app.covid19",
"productName": "Covid-19 Tracker",
"copyright": "Copyright © 2020 Tushar Kanjariya",
"nsis": {
"perMachine": true,
"allowToChangeInstallationDirectory": false,
"license": "LICENSE.txt"
}
}
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "covid19",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down Expand Up @@ -48,5 +48,7 @@
"browserslist": [
"> 1%",
"last 2 versions"
]
],
"author": "Tushar Kanjariya",
"description": "Tracker for COVID-19 (Corona Virus)"
}
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
Please enable it to continue.</strong>
</noscript>

<div id="app"></div>
<!-- built files will be auto injected -->
</body>
Expand Down

0 comments on commit 4fd258f

Please sign in to comment.