Skip to content

Commit

Permalink
To everything, churn churn churn
Browse files Browse the repository at this point in the history
  • Loading branch information
davebalmer committed Jan 10, 2016
1 parent 1dacc65 commit 66c9422
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sniplicity",
"version": "0.1.5",
"version": "0.1.6",
"description": "Simple snippet-based static HTML build system that lets you reuse code snippets with simple variables and conditional inclusion.",
"main": "sniplicity.js",
"bin": "./sniplicity.js",
Expand Down
2 changes: 1 addition & 1 deletion sniplicity.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function cool(l, r) {
console.log(" " + "https://github.com/davebalmer/sniplicity\n".gray.underline);

cli
.version('0.1.5')
.version('0.1.6')
.option('-i, --in [dir]', 'source directory')
.option('-o, --out [dir]', 'output directory for compiled files')
.option('-w, --watch', 'keep watching the input directory')
Expand Down

0 comments on commit 66c9422

Please sign in to comment.