Skip to content

Commit f3201d7

Browse files
committed
Update gitignore and set new homepage
1 parent d0ddc61 commit f3201d7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.idea
12
build
23
releases
34
*~

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "@thiagoelg/node-printer",
2+
"name": "@nick-d/node-printer",
33
"description": "Node.js printer bindings",
44
"version": "0.6.2",
5-
"homepage": "https://github.com/thiagoelg/node-printer",
5+
"homepage": "https://github.com/notnikola1/node-printer",
66
"author": {
77
"name": "Ion Lupascu",
88
"url": "http://program-support.co.uk/",
@@ -51,4 +51,4 @@
5151
"prebuild-install": "^7.0.1"
5252
},
5353
"types": "types/index.d.ts"
54-
}
54+
}

0 commit comments

Comments
 (0)