UNPKG

npm-npw

Version:

Wraps `npm 5` with extra commands and corrects line-endings in `package*.json` to match .git config.

11 lines (8 loc) 144 B
'use strict'; const MODE = { GLOBAL: 'GLOBAL', SAVE: 'SAVE', SAVE_DEV: 'SAVE_DEV' }; Object.freeze(MODE); module.exports = MODE;