Browse Source

Adding the lastest version of lesspass-pure

pull/342/head
Guillaume Vincent 7 years ago
parent
commit
d266281f64
5 changed files with 22 additions and 22 deletions
  1. +1
    -1
      dist/lesspass.min.css
  2. +1
    -1
      dist/lesspass.min.js
  3. +4
    -4
      index.html
  4. +15
    -15
      package-lock.json
  5. +1
    -1
      package.json

+ 1
- 1
dist/lesspass.min.css
File diff suppressed because it is too large
View File


+ 1
- 1
dist/lesspass.min.js
File diff suppressed because it is too large
View File


+ 4
- 4
index.html View File

@@ -175,18 +175,18 @@
</div>
</div>
<div class="container hero">
<div class="row align-items-center justify-content-between">
<div class="col-12 p-0 mb-5 mt-md-5 col-md-6 push-md-6 col-lg-5 offset-lg-1">
<div class="row align-items-center">
<div class="col-5">
<div class="lesspass--unbordered lesspass--full-width">
<div id="lesspass"></div>
</div>
<div class="text-center text-sm-left text-white">
<div class="text-white">
<small>
<i class="fa fa-shield" aria-hidden="true"></i> For more security use browser extensions
</small>
</div>
</div>
<div class="col-12 text-white col-md-6 pull-md-6">
<div class="col-5 ml-auto text-white">
<h2>Stateless Password Manager</h2>
<p class="lead">
Stop wasting your time synchronizing your encrypted vault. Remember one master password to


+ 15
- 15
package-lock.json View File

@@ -1902,9 +1902,9 @@
}
},
"lesspass-pure": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/lesspass-pure/-/lesspass-pure-5.0.0.tgz",
"integrity": "sha512-u4ACWfuWrPyEhCHbFoRJmQYuf3sERvqqPgqe4nfUZ0q7gPxCBLTAoiPiuy4aP49kS1uqyoNSKKW5/kR2FoidCg==",
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/lesspass-pure/-/lesspass-pure-5.0.1.tgz",
"integrity": "sha512-zx44u9w8YsyR8247BissZCjGOYY9W544j3kWG2ERxZsTfK+iSBR9OE+ckBK7BtjWO9h8XTM3OVYz0xLArKjHhg==",
"requires": {
"awesomplete": "1.1.2",
"axios": "0.16.2",
@@ -1915,9 +1915,9 @@
"jwt-decode": "2.2.0",
"lesspass": "6.0.0",
"lodash.debounce": "4.0.8",
"vue": "2.4.4",
"vue-polyglot": "0.2.1",
"vue-router": "2.8.0",
"vue": "2.5.2",
"vue-polyglot": "0.2.2",
"vue-router": "2.8.1",
"vuejs-paginate": "1.4.0",
"vuex": "2.5.0",
"vuex-persistedstate": "2.0.0",
@@ -3509,14 +3509,14 @@
}
},
"vue": {
"version": "2.4.4",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.4.4.tgz",
"integrity": "sha512-PCiRmc8ZT1DD5+BN8QUAmnkBefcCLfZVSuhc1u7iu5JoPrSHyyk/+4nehm7k2xVMi8+RFLk5WIHAN14UKF0txw=="
"version": "2.5.2",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.5.2.tgz",
"integrity": "sha512-Au9rf8fPkBulFHfZ406UaQDd1jH9fqGRIM+0IHilrXnJ/0TeeMH4SBkNxWf2dGevl2S3aVeu0E/WklEv0/msag=="
},
"vue-polyglot": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/vue-polyglot/-/vue-polyglot-0.2.1.tgz",
"integrity": "sha1-kb3HBQ+FMqq2Mqweu0wohU3/gLQ=",
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/vue-polyglot/-/vue-polyglot-0.2.2.tgz",
"integrity": "sha512-wcnDk4Daq9heTWFRXN3qTZ0L0RQuFtAqScBUCrvCQRiihE12FOJie1FZ4KEB626i/itG/iUNN2lgCFARlnVrsg==",
"requires": {
"axios": "0.15.3"
},
@@ -3540,9 +3540,9 @@
}
},
"vue-router": {
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-2.8.0.tgz",
"integrity": "sha512-p9w/ZgvK5jBmwpcYSVtF2bic1tCKt+HtSx9011c9uH47K+yJg6la/O0MxYVWCFReL/HtbIwbUpOYAgU4wYD12g=="
"version": "2.8.1",
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-2.8.1.tgz",
"integrity": "sha512-MC4jacHBhTPKtmcfzvaj2N7g6jgJ/Z/eIjZdt+yUaUOM1iKC0OUIlO/xCtz6OZFFTNUJs/1YNro2GN/lE+nOXA=="
},
"vuejs-paginate": {
"version": "1.4.0",


+ 1
- 1
package.json View File

@@ -11,7 +11,7 @@
},
"dependencies": {
"express": "^4.15.2",
"lesspass-pure": "^5.0.0"
"lesspass-pure": "^5.0.1"
},
"devDependencies": {
"favicons": "^4.8.3",


Loading…
Cancel
Save