Skip to content

Commit

Permalink
Bundle all webpack files + release 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattolson committed May 30, 2018
1 parent f3c47e1 commit 537bb93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/stencil-bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const PATHS_TO_ZIP = [
'.scss-lint.yml',
'stencil.conf.js',
'templates/**/*',
'webpack.conf.js',
'webpack.*.js',
];

const Upath = require('upath');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bigcommerce/stencil-cli",
"version": "1.14.3",
"version": "1.15.0",
"description": "CLI tool to run BigCommerce Stores locally for theme development.",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit 537bb93

Please sign in to comment.