[Groonga-commit] nroonga/nroonga [master] Add node-gyp as a dependency

Back to archive index

Ryo Onodera onode****@clear*****
2012年 6月 7日 (木) 13:27:43 JST


小野寺です。

> -    "msgpack2":""
> +    "msgpack2":"",
> +    "node-gyp":""
ここだと「ダブルクォート、コロン、ダブルクォート」となっていますが、

>      "test": "./node_modules/.bin/mocha --reporter list -r should --compilers coffee:coffee-script",
ここだと「ダブルクォート、コロン、スペース、ダブルクォート」となっていま
す。

スペースを挟むかどうかで統一されていないと思います。特に理由が無ければ、
統一したほうがいいと思いました。

On Thu, 2012-06-07 at 13:06 +0900, null+****@clear***** wrote:
> Yoji SHIDARA	2012-06-07 13:06:58 +0900 (Thu, 07 Jun 2012)
> 
>   New Revision: b86b91179e25a3b44080b3f6f726cf1db7243db1
> 
>   Log:
>     Add node-gyp as a dependency
> 
>   Modified files:
>     package.json
> 
>   Modified: package.json (+2 -1)
> ===================================================================
> --- package.json    2012-06-07 12:40:16 +0900 (cd216d2)
> +++ package.json    2012-06-07 13:06:58 +0900 (2b9b1f0)
> @@ -18,7 +18,8 @@
>      "should":""
>    },
>    "dependencies": {
> -    "msgpack2":""
> +    "msgpack2":"",
> +    "node-gyp":""
>    },
>    "scripts": {
>      "test": "./node_modules/.bin/mocha --reporter list -r should --compilers coffee:coffee-script",
> 
> _______________________________________________
> Groonga-commit mailing list
> Groon****@lists*****
> http://lists.sourceforge.jp/mailman/listinfo/groonga-commit




Groonga-commit メーリングリストの案内
Back to archive index