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