Skip to content

Commit df3c99e

Browse files
committed
Update repo name
1 parent 4531237 commit df3c99e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The MIT License (MIT)
44
Copyright (c) 2017 Node.js API collaborators
55
-----------------------------------
66

7-
*Node.js API collaborators listed at <https://github.com/nodejs/node-api#collaborators>*
7+
*Node.js API collaborators listed at <https://github.com/nodejs/node-addon-api#collaborators>*
88

99
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1010

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ not have N-API built-in.
88
### API Documentation
99

1010
- [ABI-Stable C APIs in Node.js](https://nodejs.org/api/n-api.html)
11-
- [C++ APIs in this package](https://nodejs.github.io/node-api/namespace_napi.html)
11+
- [C++ APIs in this package](https://nodejs.github.io/node-addon-api/namespace_napi.html)
1212

1313
### Getting Started
1414

1515
To use N-API in a native module:
1616
1. Add a dependency on this package to `package.json`:
1717
```json
1818
"dependencies": {
19-
"node-addon-api": "github:nodejs/node-addon-api",
19+
"node-addon-api": "0.2.0",
2020
}
2121
```
2222

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"bugs": {
3-
"url": "https://github.com/nodejs/node-api/issues"
3+
"url": "https://github.com/nodejs/node-addon-api/issues"
44
},
55
"contributors": [
66
"Anna Henningsen (https://github.com/addaleax)",
@@ -19,15 +19,15 @@
1919
"node-gyp": "^3.6.0"
2020
},
2121
"directories": {},
22-
"homepage": "https://github.com/nodejs/node-api",
22+
"homepage": "https://github.com/nodejs/node-addon-api",
2323
"license": "MIT",
2424
"main": "index.js",
2525
"name": "node-addon-api",
2626
"optionalDependencies": {},
2727
"readme": "README.md",
2828
"repository": {
2929
"type": "git",
30-
"url": "git://github.com/nodejs/node-api.git"
30+
"url": "git://github.com/nodejs/node-addon-api.git"
3131
},
3232
"scripts": {
3333
"pretest": "node-gyp rebuild -C test",

0 commit comments

Comments
 (0)