Compare commits

..

6 Commits

Author SHA1 Message Date
ce906cb908 3.0.19 2019-02-14 11:07:58 +01:00
caea0e0dcd fix(core): update 2019-02-14 11:07:57 +01:00
3585264df8 3.0.18 2019-02-13 22:05:37 +01:00
2df97435ce fix(structure): format 2019-02-13 22:05:37 +01:00
22fdf03d3c 3.0.17 2019-02-13 21:23:03 +01:00
69bd6a03a0 fix(core): update 2019-02-13 21:23:03 +01:00
3 changed files with 14 additions and 3 deletions

View File

@ -1,5 +1,16 @@
{
"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": []
"npmGlobalTools": [],
"npmAccessLevel": "public"
}
}

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/gulp-browser",
"version": "3.0.16",
"version": "3.0.19",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/gulp-browser",
"version": "3.0.16",
"version": "3.0.19",
"private": false,
"description": "browserify and other goodies for gulp",
"main": "dist/index.js",