Compare commits

...

2 Commits

Author SHA1 Message Date
6aa0d800b3 1.0.75 2020-08-12 16:08:02 +00:00
19160170a9 fix(core): update 2020-08-12 16:08:02 +00:00
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ audit:
stage: security
script:
- npmci npm prepare
- npmci command npm install --ignore-scripts
- npmci command npm install --production --ignore-scripts
- npmci command npm config set registry https://registry.npmjs.org
- npmci command npm audit --audit-level=high
tags:

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@gitzone/tsbundle",
"version": "1.0.74",
"version": "1.0.75",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@gitzone/tsbundle",
"version": "1.0.74",
"version": "1.0.75",
"private": false,
"description": "a bundler using rollup for painless bundling of web projects",
"main": "dist_ts/index.js",