Skip to content

Commit

Permalink
Merge pull request #19 from FoamFactory/jwir3/followup-#16
Browse files Browse the repository at this point in the history
[r=jwir3]
  • Loading branch information
jwir3 authored Oct 18, 2021
2 parents b6c914d + c8cdac3 commit 1b9616f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/shipout.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#! /usr/bin/env node
require('../dist/src').CLI(process.argv.slice(2));
require(__dirname + '/../dist/src').CLI(process.argv.slice(2));
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foamfactoryio/shipout",
"version": "0.1.8",
"version": "0.1.8-rc1",
"description": "A lightweight tool for deploying node applications from within a source repository",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit 1b9616f

Please sign in to comment.