Fixed package-lock and README

This commit is contained in:
Fabio Manganiello 2020-06-22 01:49:53 +02:00
parent fcd6c0d81a
commit 0b10209b72
2 changed files with 11 additions and 5 deletions

View File

@ -5,10 +5,16 @@ custom scripts, and attach hooks to events generated by remote Platypush systems
## Installation
Generate the extension .zip file:
Install the dependencies:
```bash
./create_zip.sh
npm install
```
Dev installation (requires npm+Vue cli tools):
```bash
npm run build:dev
```
Production installation (requires npm):
@ -17,8 +23,8 @@ Production installation (requires npm):
npm run build
```
Dev installation (requires npm+Vue cli tools):
Generate the extension .zip file:
```bash
npm run build:dev
./create_zip.sh
```

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "platypush",
"version": "1.0.0",
"version": "0.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {