Browse Source

Merge pull request #1219 from mcspr/update-package-lock

NPM maintenance
ota
Xose Pérez 6 years ago
committed by GitHub
parent
commit
a50c33523c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 1245 additions and 1529 deletions
  1. +2
    -2
      .travis.yml
  2. +0
    -1
      code/gulpfile.js
  3. BIN
      code/html/vendor/images/sort_asc_disabled.png
  4. BIN
      code/html/vendor/images/sort_desc_disabled.png
  5. +1238
    -1519
      code/package-lock.json
  6. +5
    -7
      code/package.json

+ 2
- 2
.travis.yml View File

@ -8,10 +8,10 @@ cache:
- "~/.npm"
- "~/.platformio"
- "$TRAVIS_BUILD_DIR/code/.piolibdeps"
- "$TRAVIS_BUILD_DIR/code/espurna/node_modules"
install:
- pip install -U platformio
- cd code ; npm install --only=dev ; cd ..
- npm install -g npm@latest
- cd code ; npm ci ; cd ..
env:
global:
- BUILDER_TOTAL_THREADS=4


+ 0
- 1
code/gulpfile.js View File

@ -31,7 +31,6 @@ const runSequence = require('run-sequence');
const through = require('through2');
const htmlmin = require('gulp-htmlmin');
const uglify = require('gulp-uglify');
const inline = require('gulp-inline');
const inlineImages = require('gulp-css-base64');
const favicon = require('gulp-base64-favicon');


BIN
code/html/vendor/images/sort_asc_disabled.png View File

Before After
Width: 19  |  Height: 19  |  Size: 148 B

BIN
code/html/vendor/images/sort_desc_disabled.png View File

Before After
Width: 19  |  Height: 19  |  Size: 146 B

+ 1238
- 1519
code/package-lock.json
File diff suppressed because it is too large
View File


+ 5
- 7
code/package.json View File

@ -1,25 +1,23 @@
{
"name": "esp8266-filesystem-builder",
"version": "0.2.1",
"version": "0.2.2",
"description": "Gulp based build system for ESP8266 file system files",
"main": "gulpfile.js",
"author": "Xose Pérez <xose.perez@gmail.com>",
"license": "GPL-3.0",
"devDependencies": {
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-base64-favicon": "^1.0.2",
"gulp-crass": "^0.2.2",
"gulp-css-base64": "^1.3.4",
"gulp-csslint": "^1.0.0",
"gulp-gzip": "^1.4.0",
"gulp-htmllint": "0.0.14",
"gulp-htmlmin": "^2.0.0",
"gulp-htmllint": "0.0.16",
"gulp-htmlmin": "^5.0.1",
"gulp-inline": "^0.1.1",
"gulp-remove-code": "^3.0.2",
"gulp-rename": "^1.3.0",
"gulp-remove-code": "^3.0.4",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-uglify": "^1.5.3",
"map-stream": "0.0.7",
"run-sequence": "^2.2.1"
}


Loading…
Cancel
Save