Skip to content

Commit

Permalink
Add npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
ttu-ttu committed Sep 18, 2021
1 parent f96702c commit 5818296
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ebook-reader",
"version": "0.0.0",
"version": "1.0.0",
"license": "BSD-3-Clause",
"scripts": {
"ng": "ng",
Expand All @@ -9,6 +9,7 @@
"test": "ng test",
"lint": "ng lint",
"deploy": "firebase deploy",
"zip-release": "cd dist/ebook-reader && zip -r ../ebook-reader.zip .",
"e2e": "ng e2e"
},
"private": true,
Expand Down

0 comments on commit 5818296

Please sign in to comment.