fix(chore): fixed build in yml file

This commit is contained in:
SvetlanaMuravlova
2022-12-08 17:31:42 +02:00
parent d2c97f4a40
commit ed4bb8ec2a
4 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
# [3.0.0](https://github.com/valor-software/ng2-file-upload/compare/v2.0.0...v3.0.0) (2022-12-08)
# [2.0.0](https://github.com/valor-software/ng2-file-upload/compare/v2.0.0-3...v2.0.0) (2022-12-08)

View File

@@ -1,6 +1,6 @@
{
"name": "ng2-file-upload",
"version": "2.0.0",
"version": "3.0.0",
"description": "Angular file uploader",
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
"license": "MIT",

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "ng2-file-upload-base",
"version": "2.0.0",
"version": "3.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "ng2-file-upload-base",
"version": "2.0.0",
"version": "3.0.0",
"private": true,
"description": "Angular file upload directives",
"scripts": {
@@ -8,7 +8,7 @@
"start": "ng serve",
"demo.build": "ng build",
"demo.build-prod": "ng build",
"build": "nx run ng2-file-upload:build",
"build": "nx run ng2-file-upload:build --prod",
"build-prod": "nx run ng2-file-upload:build",
"lint": "nx run-many --target=lint --all",
"test": "nx run-many --target=test --all",