Browse Source

Adding the lastest version of lesspass-pure

pull/342/head
Guillaume Vincent 7 years ago
parent
commit
ae25bab54f
3 changed files with 11 additions and 11 deletions
  1. +7
    -7
      dist/lesspass.min.js
  2. +3
    -3
      package-lock.json
  3. +1
    -1
      package.json

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


+ 3
- 3
package-lock.json View File

@@ -1785,9 +1785,9 @@
}
},
"lesspass-pure": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/lesspass-pure/-/lesspass-pure-5.0.1.tgz",
"integrity": "sha512-zx44u9w8YsyR8247BissZCjGOYY9W544j3kWG2ERxZsTfK+iSBR9OE+ckBK7BtjWO9h8XTM3OVYz0xLArKjHhg==",
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/lesspass-pure/-/lesspass-pure-5.0.2.tgz",
"integrity": "sha512-jt7ARH5BvfhRkBCug78w27eAfw847DhkgXAWapN/vVmYD+0un9OFXPyI0ShNth2TtlIvhpB2IJY4TpIkj2iC5A==",
"requires": {
"awesomplete": "1.1.2",
"axios": "0.16.2",


+ 1
- 1
package.json View File

@@ -16,7 +16,7 @@
},
"dependencies": {
"electron": "^1.7.5",
"lesspass-pure": "^5.0.1"
"lesspass-pure": "^5.0.2"
},
"devDependencies": {
"electron-packager": "^8.6.0",


Loading…
Cancel
Save