Skip to content

Commit

Permalink
Revert "Update meta.js"
Browse files Browse the repository at this point in the history
This reverts commit 67b588d.
  • Loading branch information
dwzheng-ifly committed Apr 23, 2019
1 parent 306efe8 commit f6e1072
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ module.exports = {
type: 'confirm',
message: 'Install vue-router?',
},
filter: {
when: 'isNotTest',
type: 'confirm',
message: 'Install filters 全局的filter?',
},
lint: {
when: 'isNotTest',
type: 'confirm',
Expand Down Expand Up @@ -175,7 +170,6 @@ module.exports = {
'test/unit/setup.js': "unit && runner === 'jest'",
'test/e2e/**/*': 'e2e',
'src/router/**/*': 'router',
'src/filter/**/*': 'filter',
},
complete: function(data, { chalk }) {
const green = chalk.green
Expand Down

0 comments on commit f6e1072

Please sign in to comment.