Skip to content

Commit

Permalink
Merge tag 'v0.0.30' into develop
Browse files Browse the repository at this point in the history
Tag v0.0.30
  • Loading branch information
wturnerharris committed Jul 26, 2018
2 parents f9d036d + a3ffcae commit dc4248d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Barrel cli changelog

### v1.0.30 (7/26/18)
- Fix typo in reference to localhost

### v1.0.29 (7/20/18)
- Updates README

Expand Down
2 changes: 1 addition & 1 deletion lib/webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class Webpacker {
BRRL_PROXY: JSON.stringify(config.get('proxy')),
BRRL_PATH: function(path, proxy) {
if (!proxy) {
proxy = 'locahost';
proxy = 'localhost';
};
if (document.location.hostname === proxy) {
return path;
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@barrelny/cli",
"version": "0.0.29",
"version": "0.0.30",
"description": "A build and deployment tool for the devs at Barrel",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit dc4248d

Please sign in to comment.