Skip to content
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.

Move electron-devtools-installer to prod deps #6

Merged
merged 1 commit into from Jan 14, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion angular2/index.js
Expand Up @@ -9,12 +9,12 @@ module.exports = {
'@angular/platform-browser@^2.4.1',
'@angular/platform-browser-dynamic@^2.4.1',
'@types/electron@^1.4.30',
'electron-devtools-installer@^2.0.1',
'reflect-metadata@^0.1.9',
'tslib@^1.4.0',
'zone.js@^0.7.4'
],
devDependencies: [
'electron-devtools-installer@^2.0.1',
'tslint@^4.2.0',
'typescript@^2.1.4'
],
Expand Down
2 changes: 1 addition & 1 deletion react-typescript/index.js
Expand Up @@ -8,10 +8,10 @@ module.exports = {
'@types/electron@^1.4.30',
'@types/react@^0.14.55',
'@types/react-dom@^0.14.20',
'electron-devtools-installer@^2.0.1',
'tslib@^1.4.0'
],
devDependencies: [
'electron-devtools-installer@^2.0.1',
'tslint@^4.2.0',
'typescript@^2.1.4'
],
Expand Down
5 changes: 2 additions & 3 deletions react/index.js
Expand Up @@ -2,12 +2,11 @@ const path = require('path');

module.exports = {
dependencies: [
'electron-devtools-installer@^2.0.1',
'react@^15.4.1',
'react-dom@^15.4.1'
],
devDependencies: [
'electron-devtools-installer@^2.0.1'
],
devDependencies: [],
templateDirectory: path.resolve(__dirname, './tmpl'),
postCopy: (initDir, ora, lintStyle) => {
// Do nothing
Expand Down
5 changes: 2 additions & 3 deletions vue/index.js
Expand Up @@ -2,11 +2,10 @@ const path = require('path');

module.exports = {
dependencies: [
'electron-devtools-installer@^2.0.1',
'vue@^2.1.7'
],
devDependencies: [
'electron-devtools-installer@^2.0.1'
],
devDependencies: [],
templateDirectory: path.resolve(__dirname, './tmpl'),
postCopy: (initDir, ora, lintStyle) => {
// Do nothing
Expand Down