fix(chore): fixed build in yml file
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
@@ -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
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ng2-file-upload-base",
|
||||
"version": "2.0.0",
|
||||
"version": "3.0.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user