Skip to content

Commit fceed72

Browse files
committed
change package name to passgenerator-js
1 parent 2e3978c commit fceed72

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Apple Pass Generator for NodeJS
88

99
## Install
1010
```
11-
$ npm install passgenerator
11+
$ npm install passgenerator-js
1212
```
1313

1414
## Get Started
@@ -46,7 +46,7 @@ To download your pass signing certificate, do the following:
4646

4747
## Usage
4848
```js
49-
const PassGenerator = require('passgenerator')
49+
const PassGenerator = require('passgenerator-js')
5050

5151
const passGenerator = new PassGenerator({
5252
appleWWDRCA: './AppleWWDRCA.cer',

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "passgenerator",
2+
"name": "passgenerator-js",
33
"version": "1.0.0",
44
"description": "Apple Pass Generator for NodeJS",
55
"main": "index.js",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/ihiroshi27/passgenerator.git"
8+
"url": "git+https://github.com/ihiroshi27/passgenerator-js.git"
99
},
1010
"keywords": [
1111
"apple",
@@ -17,9 +17,9 @@
1717
"author": "Perayuth Thanyanon",
1818
"license": "MIT",
1919
"bugs": {
20-
"url": "https://github.com/ihiroshi27/passgenerator/issues"
20+
"url": "https://github.com/ihiroshi27/passgenerator-js/issues"
2121
},
22-
"homepage": "https://github.com/ihiroshi27/passgenerator#readme",
22+
"homepage": "https://github.com/ihiroshi27/passgenerator-js#readme",
2323
"dependencies": {
2424
"adm-zip": "^0.5.3",
2525
"passsigner": "^1.1.1"

0 commit comments

Comments
 (0)