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)
|
# [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",
|
"name": "ng2-file-upload",
|
||||||
"version": "2.0.0",
|
"version": "3.0.0",
|
||||||
"description": "Angular file uploader",
|
"description": "Angular file uploader",
|
||||||
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
|
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ng2-file-upload-base",
|
"name": "ng2-file-upload-base",
|
||||||
"version": "2.0.0",
|
"version": "3.0.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ng2-file-upload-base",
|
"name": "ng2-file-upload-base",
|
||||||
"version": "2.0.0",
|
"version": "3.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Angular file upload directives",
|
"description": "Angular file upload directives",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -8,7 +8,7 @@
|
|||||||
"start": "ng serve",
|
"start": "ng serve",
|
||||||
"demo.build": "ng build",
|
"demo.build": "ng build",
|
||||||
"demo.build-prod": "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",
|
"build-prod": "nx run ng2-file-upload:build",
|
||||||
"lint": "nx run-many --target=lint --all",
|
"lint": "nx run-many --target=lint --all",
|
||||||
"test": "nx run-many --target=test --all",
|
"test": "nx run-many --target=test --all",
|
||||||
|
|||||||
Reference in New Issue
Block a user