Comparing version 1.0.0 to 1.0.1
@@ -16,4 +16,4 @@ #! /usr/bin/env node | ||
if(stderr) throw stderr; | ||
var compiled = read_file(stdout); | ||
write_file(exports.yields_arg, compiled); | ||
var compiled = exports.read_file(stdout); | ||
exports.write_file(exports.yields_arg, compiled); | ||
}); | ||
@@ -20,0 +20,0 @@ |
{ | ||
"name": "ti-cli", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Ti-cli is a command-line interface for Ti preprocessor.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -1,3 +0,3 @@ | ||
Ti-cli | ||
====== | ||
#Ti-cli | ||
[![Build Status](https://travis-ci.org/abruzzihraig/Ti-cli.svg?branch=v0.1.0)](https://travis-ci.org/abruzzihraig/Ti-cli) [![Code Climate](https://codeclimate.com/github/abruzzihraig/Ti-cli/badges/gpa.svg)](https://codeclimate.com/github/abruzzihraig/Ti-cli) | ||
@@ -4,0 +4,0 @@ Ti-cli is a command-line interface for [Ti preprocessor](https://github.com/abruzzihraig/Ti). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5212