Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
22fdf03d3c | |||
69bd6a03a0 | |||
56b675dbbf | |||
0aab9fcff9 |
@ -1,4 +1,14 @@
|
|||||||
{
|
{
|
||||||
|
"gitzone": {
|
||||||
|
"module": {
|
||||||
|
"githost": "gitlab.com",
|
||||||
|
"gitscope": "pushrocks",
|
||||||
|
"gitrepo": "gulp-browser",
|
||||||
|
"shortDescription": "browserify and other goodies for gulp",
|
||||||
|
"npmPackagename": "@pushrocks/gulp-browser",
|
||||||
|
"license": "MIT"
|
||||||
|
}
|
||||||
|
},
|
||||||
"npmci": {
|
"npmci": {
|
||||||
"npmGlobalTools": []
|
"npmGlobalTools": []
|
||||||
}
|
}
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/gulp-browser",
|
"name": "@pushrocks/gulp-browser",
|
||||||
"version": "3.0.15",
|
"version": "3.0.17",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/gulp-browser",
|
"name": "@pushrocks/gulp-browser",
|
||||||
"version": "3.0.15",
|
"version": "3.0.17",
|
||||||
|
"private": false,
|
||||||
"description": "browserify and other goodies for gulp",
|
"description": "browserify and other goodies for gulp",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
@ -42,6 +43,5 @@
|
|||||||
"babel-preset-es2015": "^6.24.1",
|
"babel-preset-es2015": "^6.24.1",
|
||||||
"babelify": "^10.0.0",
|
"babelify": "^10.0.0",
|
||||||
"gulp": "^4.0.0"
|
"gulp": "^4.0.0"
|
||||||
},
|
}
|
||||||
"private": true
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user