Skip to content

Commit

Permalink
deploy: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
diego-ilovepdf committed May 31, 2024
1 parent e9b3014 commit 80f38b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
},
"license": "MIT",
"description": "ILovePDF Api - JS Library",
"version": "0.2.2",
"version": "0.2.3",
"main": "dist/index.js",
"scripts": {
"build": "tsc && sed 's#dist/##' ./package.json > ./dist/package.json && cp README.md ./dist",
"test": "jest ./src --detectOpenHandles",
"upload-npm": "npm test && npm run build && cd ./dist && npm publish --access public"
},
"dependencies": {
"@ilovepdf/ilovepdf-js-core": "^0.2.4"
"@ilovepdf/ilovepdf-js-core": "0.2.5"
},
"devDependencies": {
"@babel/core": "^7.11.1",
Expand Down

0 comments on commit 80f38b0

Please sign in to comment.