Compare commits

..

2 Commits

Author SHA1 Message Date
f426e110f0 4.0.8 2023-06-25 12:33:14 +02:00
02e9cdff98 fix(core): update 2023-06-25 12:33:13 +02:00
3 changed files with 4 additions and 4 deletions

View File

@ -28,13 +28,13 @@ jobs:
run: |
npmci command npm config set registry https://registry.npmjs.org
npmci command pnpm audit --audit-level=high --prod
continue-on-error: true
continue-on-error: true
- name: Audit development dependencies
run: |
npmci command npm config set registry https://registry.npmjs.org
npmci command pnpm audit --audit-level=high --dev
continue-on-error: true
continue-on-error: true
test:
if: ${{ always() }}

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartscaf",
"version": "4.0.7",
"version": "4.0.8",
"private": false,
"description": "scaffold projects quickly",
"main": "dist_ts/index.js",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartscaf',
version: '4.0.7',
version: '4.0.8',
description: 'scaffold projects quickly'
}