sidneys / electron-titlebar-windows

Adds the Windows 10 ModernUI (Metro)-style titlebars to any Electron-based desktop app.
MIT License
140 stars 23 forks source link

Dev dependencies #7

Open booleangate opened 7 years ago

booleangate commented 7 years ago

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 commented 7 years ago

Bump