Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ format:

.PHONY: lock
lock:
npm install --package-lock-only
npm install --package-lock-only --lockfile-version 2

.PHONY: clean
clean:
Expand Down Expand Up @@ -48,9 +48,9 @@ lint:
.PHONY: update
update:
npm run check-updates
npm update
npm update --lockfile-version 2
npm outdated || true
npm install --package-lock-only
npm install --package-lock-only --lockfile-version 2

.PHONY: check-git
check-git:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![npm](https://img.shields.io/npm/v/aspose-barcode-cloud-node)](https://www.npmjs.com/package/aspose-barcode-cloud-node)

+ API version: 4.0
+ Package version: 26.3.0
+ Package version: 26.3.1

## SDK and API Version Compatibility:

Expand Down
Loading
Loading