[Groonga-commit] nroonga/nroonga [master] Add configuration for 'npm run coffee'

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 13日 (水) 15:49:47 JST


Yoji SHIDARA	2012-06-13 15:49:47 +0900 (Wed, 13 Jun 2012)

  New Revision: 2d18f134fb9c3198a5cf19739b8e79ea7700ffbe

  Log:
    Add configuration for 'npm run coffee'

  Modified files:
    package.json

  Modified: package.json (+2 -1)
===================================================================
--- package.json    2012-06-12 15:13:51 +0900 (8895f21)
+++ package.json    2012-06-13 15:49:47 +0900 (04efd9f)
@@ -23,7 +23,8 @@
   },
   "scripts": {
     "test": "./node_modules/.bin/mocha --reporter list -r should --compilers coffee:coffee-script",
-    "watch": "coffee -c -w -o lib src"
+    "watch": "coffee -c -w -o lib src",
+    "coffee": "coffee -c -o lib src"
   },
   "main": "./lib/nroonga",
   "engines": {




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