Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
22fdf03d3c | |||
69bd6a03a0 | |||
56b675dbbf | |||
0aab9fcff9 | |||
f28557c403 | |||
95fac7da7e |
4
.snyk
Normal file
4
.snyk
Normal file
@ -0,0 +1,4 @@
|
||||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
|
||||
version: v1.13.3
|
||||
ignore: {}
|
||||
patch: {}
|
@ -1,7 +1,15 @@
|
||||
{
|
||||
"gitzone": {
|
||||
"module": {
|
||||
"githost": "gitlab.com",
|
||||
"gitscope": "pushrocks",
|
||||
"gitrepo": "gulp-browser",
|
||||
"shortDescription": "browserify and other goodies for gulp",
|
||||
"npmPackagename": "@pushrocks/gulp-browser",
|
||||
"license": "MIT"
|
||||
}
|
||||
},
|
||||
"npmci": {
|
||||
"npmGlobalTools": [
|
||||
"npmts"
|
||||
]
|
||||
"npmGlobalTools": []
|
||||
}
|
||||
}
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pushrocks/gulp-browser",
|
||||
"version": "3.0.14",
|
||||
"version": "3.0.17",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "@pushrocks/gulp-browser",
|
||||
"version": "3.0.14",
|
||||
"version": "3.0.17",
|
||||
"private": false,
|
||||
"description": "browserify and other goodies for gulp",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
@ -42,6 +43,5 @@
|
||||
"babel-preset-es2015": "^6.24.1",
|
||||
"babelify": "^10.0.0",
|
||||
"gulp": "^4.0.0"
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user