Skip to content

Commit

Permalink
Move node-abi to dependencies list and bump to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoelg committed Feb 7, 2022
1 parent 3ee690c commit c230b24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@thiagoelg/node-printer",
"description": "Node.js printer bindings",
"version": "0.6.0",
"version": "0.6.1",
"homepage": "https://github.com/thiagoelg/node-printer",
"author": {
"name": "Ion Lupascu",
Expand All @@ -17,7 +17,6 @@
"url": "git://github.com/thiagoelg/node-printer.git"
},
"devDependencies": {
"node-abi": "^3.8.0",
"nodeunit": "*",
"prebuild": "^11.0.3",
"prebuild-ci": "^4.0.0"
Expand Down Expand Up @@ -48,7 +47,8 @@
"dependencies": {
"nan": "^2.15.0",
"patch-package": "^6.4.7",
"prebuild-install": "^7.0.1"
"prebuild-install": "^7.0.1",
"node-abi": "^3.8.0"
},
"types": "types/index.d.ts"
}

0 comments on commit c230b24

Please sign in to comment.