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!
|
Install using `npm`, of course!
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
$ npm install NodObjC
|
$ npm install nodobjc
|
||||||
```
|
```
|
||||||
|
|
||||||
Or add it to the `"dependencies"` section of your _package.json_ file.
|
Or add it to the `"dependencies"` section of your _package.json_ file.
|
||||||
|
@ -41,7 +41,7 @@ Hello World
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
``` javascript
|
``` javascript
|
||||||
var $ = require('NodObjC')
|
var $ = require('nodobjc')
|
||||||
|
|
||||||
// First you import the "Foundation" framework
|
// First you import the "Foundation" framework
|
||||||
$.framework('Foundation')
|
$.framework('Foundation')
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "NodObjC",
|
"name": "nodobjc",
|
||||||
"description": "The Node.js ⇆ Objective-C bridge",
|
"description": "The Node.js ⇆ Objective-C bridge",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"obj",
|
"obj",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче