Auto-merge for PR #786 via VersionBot

Assorted tiny fixes
This commit is contained in:
resin-io-versionbot[bot] 2018-02-07 12:07:01 +00:00 committed by GitHub
commit cf95870d9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

View File

@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).
## v6.13.1 - 2018-02-07
* Move to the correct coffeescript (no hyphen) dependency #786 [Tim Perry]
* Add typings for 'ent' #786 [Tim Perry]
## v6.13.0 - 2018-02-06
* Add support for Balena in local ssh #777 [Tim Perry]

View File

@ -1,6 +1,6 @@
{
"name": "resin-cli",
"version": "6.13.0",
"version": "6.13.1",
"description": "The official resin.io CLI tool",
"main": "./build/actions/index.js",
"homepage": "https://github.com/resin-io/resin-cli",
@ -89,7 +89,7 @@
"body-parser": "^1.14.1",
"capitano": "^1.7.0",
"chalk": "^2.3.0",
"coffee-script": "^1.12.6",
"coffeescript": "^1.12.6",
"columnify": "^1.5.2",
"denymount": "^2.2.0",
"docker-qemu-transpose": "^0.2.2",

1
typings/ent.d.ts vendored Normal file
View File

@ -0,0 +1 @@
declare module 'ent';