diff --git a/package.json b/package.json index 89c43adbb..3847bc3e3 100644 --- a/package.json +++ b/package.json @@ -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": "git@github.com:ProjectEvergreen/greenwood.git", "author": "Owen Buckley ", diff --git a/packages/cli/index.js b/packages/cli/index.js index cc51bb68d..f1945cd63 100644 --- a/packages/cli/index.js +++ b/packages/cli/index.js @@ -1,3 +1,5 @@ +#!/usr/bin/env node + /* eslint-disable no-underscore-dangle */ // https://github.com/ProjectEvergreen/greenwood/issues/141