Sfoglia il codice sorgente

add fake test to avoid error in travis

pull/342/head
Guillaume Vincent 7 anni fa
parent
commit
e311701314
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      package.json

+ 2
- 1
package.json Vedi File

@@ -12,7 +12,8 @@
"zip": "git archive -o build/lesspass.zip HEAD:extension && npm run zip:firefox && npm run zip:chrome && rm build/lesspass.zip",
"build": "npm run clean && gulp && npm run zip",
"release": "npm run build && webstore upload --source build/lesspass.chrome-v$npm_package_version.zip --auto-publish",
"dev": "cd extension && web-ext run"
"dev": "cd extension && web-ext run",
"test": "echo 'no test'"
},
"dependencies": {
"lesspass-pure": "^4.5.2"


Caricamento…
Annulla
Salva