Sfoglia il codice sorgente

add pure git submodule

pull/44/head
Guillaume Vincent 8 anni fa
parent
commit
2982bd6a9e
5 ha cambiato i file con 6 aggiunte e 2 eliminazioni
  1. +0
    -1
      .gitignore
  2. +3
    -0
      .gitmodules
  3. +1
    -1
      frontend
  4. +1
    -0
      pure
  5. +1
    -0
      readme.md

+ 0
- 1
.gitignore Vedi File

@@ -1 +0,0 @@
landing_page/

+ 3
- 0
.gitmodules Vedi File

@@ -13,3 +13,6 @@
[submodule "frontend"]
path = frontend
url = https://github.com/lesspass/frontend.git
[submodule "pure"]
path = pure
url = ./pure

+ 1
- 1
frontend

@@ -1 +1 @@
Subproject commit 1e8da010e645b18d2d4297b18eced14ddfcd5699
Subproject commit e1b6932f00285eb9f7f885250f96f854015414ac

+ 1
- 0
pure

@@ -0,0 +1 @@
Subproject commit 784a801d149ee37e49d84e9b096e17693a826227

+ 1
- 0
readme.md Vedi File

@@ -7,6 +7,7 @@ LessPass open source password manager (https://lesspass.com)

- [frontend](https://github.com/lesspass/frontend) : frontend for LessPass with vuejs
- [core](https://github.com/lesspass/core) : npm module with a clean api used to create passwords
- [pure](https://github.com/lesspass/pure) : password generator component used in the web extension and the frontend app.
- [backend](https://github.com/lesspass/api) : backend api used to store information about passwords
- [nginx](https://github.com/lesspass/nginx) : configuration for nginx
- [web extension](https://github.com/lesspass/webextension) : chrome and firefox web extension for lesspass password manager


Caricamento…
Annulla
Salva