electron-titlebar-windows icon indicating copy to clipboard operation
electron-titlebar-windows copied to clipboard

Dev dependencies

Open booleangate opened this issue 8 years ago • 1 comments

Just did the following to remove dev dependencies from the production dependencies.

npm un --save chai chai-as-promised eslint mocha mocha-better-spec-reporter
npm i --save-dev chai chai-as-promised eslint mocha mocha-better-spec-reporter

Tested with

rm -rf node_modules
npm install --production
npm start

booleangate avatar Aug 26 '17 07:08 booleangate

Bump

booleangate avatar Sep 07 '17 06:09 booleangate