Skip to content

Commit

Permalink
Merge pull request #1 from bubblegroup/aless/20230328/gulp_audit_fix
Browse files Browse the repository at this point in the history
gulp audit fix
  • Loading branch information
alessbelli authored Mar 29, 2023
2 parents 85896d4 + b48b603 commit 0552179
Show file tree
Hide file tree
Showing 6 changed files with 13,569 additions and 11 deletions.
3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@bubblegroup:registry=https://npm.pkg.github.com
; restricted by default, but asserting it here to be extra sure
access=restricted
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16.13.0
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# gulp changelog

## 4.0.3
- initial fork, npm audit fix

## 4.0.0

### Task system changes
Expand Down
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

var util = require('util');
var Undertaker = require('undertaker');
var vfs = require('vinyl-fs');
var watch = require('glob-watcher');
var vfs = require('@bubblegroup/vinyl-fs');
var watch = require('@bubblegroup/glob-watcher');

function Gulp() {
Undertaker.call(this);
Expand Down
Loading

0 comments on commit 0552179

Please sign in to comment.