Compare commits

..

8 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
56b675dbbf 3.0.16 2019-02-13 00:49:53 +01:00
0aab9fcff9 fix(core): update 2019-02-13 00:49:52 +01:00
3 changed files with 16 additions and 5 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": { "npmci": {
"npmGlobalTools": [] "npmGlobalTools": [],
"npmAccessLevel": "public"
} }
} }

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,7 @@
{ {
"name": "@pushrocks/gulp-browser", "name": "@pushrocks/gulp-browser",
"version": "3.0.15", "version": "3.0.19",
"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
} }