Skip to content

Commit

Permalink
Bug/issue 150 cli script failing (#151)
Browse files Browse the repository at this point in the history
* bump to next release version 0.3.1

* set shell environment in CLI entry file

* reset package.json
  • Loading branch information
thescientist13 authored Aug 13, 2019
1 parent 7de1d8f commit c7b6c1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@greenwood/cli",
"version": "0.3.1",
"version": "0.3.0",
"description": "A modern and performant static site generator supporting Web Component based development.",
"repository": "[email protected]:ProjectEvergreen/greenwood.git",
"author": "Owen Buckley <[email protected]>",
Expand Down
2 changes: 2 additions & 0 deletions packages/cli/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

/* eslint-disable no-underscore-dangle */

// https://github.com/ProjectEvergreen/greenwood/issues/141
Expand Down

0 comments on commit c7b6c1b

Please sign in to comment.