Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
thednp committed Apr 9, 2019
1 parent 0b361c2 commit 8b84b4b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ var build = require('./build-module');
var argv = require('yargs')
.usage('node lib/build.js [--bs_version][--minify][--ignore][--only][--autoInitDataAPI]')
.options({
bs_version: {
alias: 'v',
type: 'string',
default: '3',
describe: 'Bootstrap version'
},
bs_version: {
alias: 'v',
type: 'string',
default: '3',
describe: 'Bootstrap version'
},
minify: {
alias: 'm',
type: 'boolean',
Expand Down

0 comments on commit 8b84b4b

Please sign in to comment.