Skip to content

Commit

Permalink
Merge branch 'hotfix/v0.5.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Igloczek committed May 22, 2020
2 parents 06b7849 + 4b6bde0 commit 808a6fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowdog/alpaca-ui",
"version": "0.5.0",
"version": "0.5.1",
"license": "MIT",
"scripts": {
"postinstall": "node scripts/build.js",
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const path = require('path')
const glob = require('glob')

const components = glob
.sync('src/*/*/*.vue', { cwd: path.resolve(__dirname, '../') })
.sync('src/{atoms,molecules,organisms,pages,templates}/*/*.vue', { cwd: path.resolve(__dirname, '../') })
.map(file => ({
src: file,
name: path.basename(file)
Expand Down

1 comment on commit 808a6fe

@vercel
Copy link

@vercel vercel bot commented on 808a6fe May 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.