rename npm package to lowercase "nodobjc"
Seriously… pathetic…
This commit is contained in:
Родитель
1d819b05f7
Коммит
63b43b9942
|
@ -31,7 +31,7 @@ Installation
|
|||
Install using `npm`, of course!
|
||||
|
||||
``` bash
|
||||
$ npm install NodObjC
|
||||
$ npm install nodobjc
|
||||
```
|
||||
|
||||
Or add it to the `"dependencies"` section of your _package.json_ file.
|
||||
|
@ -41,7 +41,7 @@ Hello World
|
|||
-----------
|
||||
|
||||
``` javascript
|
||||
var $ = require('NodObjC')
|
||||
var $ = require('nodobjc')
|
||||
|
||||
// First you import the "Foundation" framework
|
||||
$.framework('Foundation')
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "NodObjC",
|
||||
"name": "nodobjc",
|
||||
"description": "The Node.js ⇆ Objective-C bridge",
|
||||
"keywords": [
|
||||
"obj",
|
||||
|
|
Загрузка…
Ссылка в новой задаче