Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hopding committed Aug 26, 2018
1 parent 8477fcf commit 8233858
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 90 deletions.
77 changes: 34 additions & 43 deletions examples/document_creation/node/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/document_creation/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"pdf-lib": "0.2.1"
"pdf-lib": "0.3.0"
}
}
77 changes: 34 additions & 43 deletions examples/document_modification/node/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/document_modification/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"pdf-lib": "0.2.1"
"pdf-lib": "0.3.0"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pdf-lib",
"version": "0.2.1",
"version": "0.3.0",
"description": "Library for creating and modifying PDF files in JavaScript",
"main": "lib/index.js",
"unpkg": "dist/pdf-lib.js",
Expand Down Expand Up @@ -42,7 +42,6 @@
},
"homepage": "https://github.com/Hopding/pdf-lib#readme",
"dependencies": {
"@types/lodash": "^4.14.110",
"buffer": "^5.0.8",
"fontkit": "git+https://github.com/Hopding/fontkit.git#97eb4f461e849956a595b3e6c8366cd715f71c38",
"lodash": "^4.17.4",
Expand All @@ -54,6 +53,7 @@
"@types/faker": "^4.1.2",
"@types/inquirer": "^0.0.41",
"@types/jest": "^22.2.2",
"@types/lodash": "^4.14.110",
"@types/node": "^9.6.0",
"@types/pako": "^1.0.0",
"chalk": "^2.4.1",
Expand Down

0 comments on commit 8233858

Please sign in to comment.