Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
56b675dbbf | |||
0aab9fcff9 | |||
f28557c403 | |||
95fac7da7e | |||
0d1493ca2c | |||
de02ccb0f8 |
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: {}
|
18
README.md
18
README.md
@ -1,17 +1,17 @@
|
||||
# @pushrocks/gulp-browserify
|
||||
# @pushrocks/gulp-browser
|
||||
browserify and other goodies for gulp
|
||||
|
||||
## Availabililty and Links
|
||||
* [npmjs.org (npm package)](https://www.npmjs.com/package/@pushrocks/gulp-browserify)
|
||||
* [gitlab.com (source)](https://gitlab.com/pushrocks/gulp-browserify)
|
||||
* [github.com (source mirror)](https://github.com/pushrocks/gulp-browserify)
|
||||
* [docs (typedoc)](https://pushrocks.gitlab.io/gulp-browserify/)
|
||||
* [npmjs.org (npm package)](https://www.npmjs.com/package/@pushrocks/gulp-browser)
|
||||
* [gitlab.com (source)](https://gitlab.com/pushrocks/gulp-browser)
|
||||
* [github.com (source mirror)](https://github.com/pushrocks/gulp-browser)
|
||||
* [docs (typedoc)](https://pushrocks.gitlab.io/gulp-browser/)
|
||||
|
||||
## Status for master
|
||||
[](https://gitlab.com/pushrocks/gulp-browserify/commits/master)
|
||||
[](https://gitlab.com/pushrocks/gulp-browserify/commits/master)
|
||||
[](https://www.npmjs.com/package/@pushrocks/gulp-browserify)
|
||||
[](https://snyk.io/test/npm/@pushrocks/gulp-browserify)
|
||||
[](https://gitlab.com/pushrocks/gulp-browser/commits/master)
|
||||
[](https://gitlab.com/pushrocks/gulp-browser/commits/master)
|
||||
[](https://www.npmjs.com/package/@pushrocks/gulp-browser)
|
||||
[](https://snyk.io/test/npm/@pushrocks/gulp-browser)
|
||||
[](https://nodejs.org/dist/latest-v10.x/docs/api/)
|
||||
[](https://nodejs.org/dist/latest-v10.x/docs/api/)
|
||||
[](http://standardjs.com/)
|
||||
|
@ -1,7 +1,5 @@
|
||||
{
|
||||
"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.13",
|
||||
"version": "3.0.16",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "@pushrocks/gulp-browser",
|
||||
"version": "3.0.13",
|
||||
"version": "3.0.16",
|
||||
"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