mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
Package with preferGlobal as appropriate for command-line application
Per https://www.npmjs.org/doc/json.html#preferGlobal > If your package is primarily a command-line application that should be installed globally, then set this value to true to provide a warning if it is installed locally. > > It doesn't actually prevent users from installing it locally, but it does help prevent some confusion if it doesn't work as expected.
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
"coffee": "./bin/coffee",
|
||||
"cake": "./bin/cake"
|
||||
},
|
||||
"preferGlobal": true,
|
||||
"scripts": {
|
||||
"test": "node ./bin/cake test"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user