Skip to content

Commit

Permalink
Merge branch 'products'
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed Oct 23, 2016
2 parents 5ac6576 + a4d1ca6 commit 1c23f1e
Show file tree
Hide file tree
Showing 23 changed files with 8 additions and 0 deletions.
Empty file modified sh/build.sh
100644 → 100755
Empty file.
Empty file modified sh/clean-all.sh
100644 → 100755
Empty file.
Empty file modified sh/clean-artifacts.sh
100644 → 100755
Empty file.
Empty file modified sh/clean.sh
100644 → 100755
Empty file.
Empty file modified sh/fix.sh
100644 → 100755
Empty file.
Empty file modified sh/init-env.sh
100644 → 100755
Empty file.
Empty file modified sh/lib/clean-list.sh
100644 → 100755
Empty file.
Empty file modified sh/lib/init-dir-list.sh
100644 → 100755
Empty file.
Empty file modified sh/lib/package-json-config.json
100644 → 100755
Empty file.
Empty file modified sh/lib/preview.css
100644 → 100755
Empty file.
Empty file modified sh/lib/preview.pug
100644 → 100755
Empty file.
Empty file modified sh/lib/split.js
100644 → 100755
Empty file.
Empty file modified sh/preview.js
100644 → 100755
Empty file.
Empty file modified sh/preview.sh
100644 → 100755
Empty file.
Empty file modified sh/remake-package-json.js
100644 → 100755
Empty file.
Empty file modified sh/test.sh
100644 → 100755
Empty file.
Empty file modified sh/travis-ci/after-deploy.sh
100644 → 100755
Empty file.
Empty file modified sh/travis-ci/artifacts-directory.sh
100644 → 100755
Empty file.
Empty file modified sh/travis-ci/before-deploy.sh
100644 → 100755
Empty file.
Empty file modified sh/travis-ci/before-script.sh
100644 → 100755
Empty file.
Empty file modified sh/travis-ci/deploy.sh
100644 → 100755
Empty file.
4 changes: 4 additions & 0 deletions src/variants/optional.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
'use strict'
const text = 'optional'
const color = 'orange'
module.exports = {text, color}
4 changes: 4 additions & 0 deletions src/variants/required.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
'use strict'
const text = 'required'
const color = 'cyan'
module.exports = {text, color}

0 comments on commit 1c23f1e

Please sign in to comment.