fixing the package.json testing code

This commit is contained in:
Joseph Flinn 2021-01-20 15:58:28 +00:00
parent 6a2eb5f001
commit 2efcf8386f
3 changed files with 3 additions and 5 deletions

View File

@ -8,7 +8,6 @@ on:
required: true
jobs:
cloc:
runs-on: ubuntu-latest
@ -26,7 +25,6 @@ jobs:
linux:
runs-on: ubuntu-latest
steps:
- name: Set up Node
uses: actions/setup-node@v1

View File

@ -13,7 +13,7 @@
"homepage": "https://bitwarden.com",
"repository": {
"type": "git",
"url": "https://github.com/joseph-flinn/desktop"
"url": "https://github.com/bitwarden/desktop"
},
"license": "GPL-3.0",
"scripts": {

View File

@ -2,14 +2,14 @@
"name": "bitwarden",
"productName": "Bitwarden",
"description": "A secure and free password manager for all of your devices.",
"version": "1.23.3-alpha",
"version": "1.23.1",
"author": "Bitwarden Inc. <hello@bitwarden.com> (https://bitwarden.com)",
"homepage": "https://bitwarden.com",
"license": "GPL-3.0",
"main": "main.js",
"repository": {
"type": "git",
"url": "https://github.com/joseph-flinn/desktop"
"url": "https://github.com/bitwarden/desktop"
},
"dependencies": {
"@nodert-win10-rs4/windows.security.credentials.ui": "^0.4.4",