Skip to content

Commit

Permalink
Update repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongin committed May 18, 2017
1 parent 4531237 commit df3c99e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The MIT License (MIT)
Copyright (c) 2017 Node.js API collaborators
-----------------------------------

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

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:

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ not have N-API built-in.
### API Documentation

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

### Getting Started

To use N-API in a native module:
1. Add a dependency on this package to `package.json`:
```json
"dependencies": {
"node-addon-api": "github:nodejs/node-addon-api",
"node-addon-api": "0.2.0",
}
```

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"bugs": {
"url": "https://github.com/nodejs/node-api/issues"
"url": "https://github.com/nodejs/node-addon-api/issues"
},
"contributors": [
"Anna Henningsen (https://github.com/addaleax)",
Expand All @@ -19,15 +19,15 @@
"node-gyp": "^3.6.0"
},
"directories": {},
"homepage": "https://github.com/nodejs/node-api",
"homepage": "https://github.com/nodejs/node-addon-api",
"license": "MIT",
"main": "index.js",
"name": "node-addon-api",
"optionalDependencies": {},
"readme": "README.md",
"repository": {
"type": "git",
"url": "git://github.com/nodejs/node-api.git"
"url": "git://github.com/nodejs/node-addon-api.git"
},
"scripts": {
"pretest": "node-gyp rebuild -C test",
Expand Down

0 comments on commit df3c99e

Please sign in to comment.