rename npm package to lowercase "nodobjc"

Seriously… pathetic…
This commit is contained in:
Nathan Rajlich 2015-04-09 16:21:19 -07:00
Родитель 1d819b05f7
Коммит 63b43b9942
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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",