Skip to content

Commit

Permalink
Auto-merge for PR #720 via VersionBot
Browse files Browse the repository at this point in the history
Start adding TypeScript to the CLI and stop committing build output
  • Loading branch information
resin-io-versionbot[bot] committed Nov 27, 2017
2 parents 6217b4a + 6fbe602 commit f106b95
Show file tree
Hide file tree
Showing 54 changed files with 35 additions and 5,070 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ build/Release
node_modules

npm-shrinkwrap.json
package-lock.json
.resinconf
resinrc.yml

Expand All @@ -33,3 +34,4 @@ resinrc.yml
.DS_Store

/tmp
build/
5 changes: 0 additions & 5 deletions .npmignore

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.1 - 2017-11-27

* Set up TypeScript compilation, and make a small start on converting the CLI #720 [Tim Perry]
* Don't commit raw JS build output #720 [Tim Perry]

## v6.10.0 - 2017-11-17

* Allow `os configure` to configure for an app, not just a specific device #718 [Tim Perry]
Expand Down
111 changes: 0 additions & 111 deletions build/actions/app.js

This file was deleted.

157 changes: 0 additions & 157 deletions build/actions/auth.js

This file was deleted.

50 changes: 0 additions & 50 deletions build/actions/build.js

This file was deleted.

Loading

0 comments on commit f106b95

Please sign in to comment.