Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #9 from resin-io/preconfig-sdk
Browse files Browse the repository at this point in the history
Move to preconfigured Resin-SDK
  • Loading branch information
pimterry committed Jan 23, 2017
2 parents 9fbc084 + e44345d commit 1d03223
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

### Changed

- Moved to [resin-sdk-preconfigured](https://github.com/resin-io-modules/resin-sdk-preconfigured)

## [1.0.4] - 2015-12-04

### Changed
Expand Down
2 changes: 1 addition & 1 deletion build/logger.js
Expand Up @@ -18,7 +18,7 @@ var EventLog, resin, token, _;

EventLog = require('resin-event-log');

resin = require('resin-sdk');
resin = require('resin-sdk-preconfigured');

token = require('resin-token');

Expand Down
2 changes: 1 addition & 1 deletion lib/logger.coffee
Expand Up @@ -15,7 +15,7 @@ limitations under the License.
###

EventLog = require('resin-event-log')
resin = require('resin-sdk')
resin = require('resin-sdk-preconfigured')
token = require('resin-token')
_ = require('lodash')

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,7 +38,7 @@
"bluebird": "^2.9.34",
"lodash": "^3.10.1",
"resin-event-log": "0.1.1",
"resin-sdk": "^4.0.0",
"resin-sdk-preconfigured": "^0.1.0",
"resin-token": "^2.4.1"
}
}
2 changes: 1 addition & 1 deletion tests/logger.spec.coffee
@@ -1,7 +1,7 @@
m = require('mochainon')
_ = require('lodash')
Promise = require('bluebird')
resin = require('resin-sdk')
resin = require('resin-sdk-preconfigured')
logger = require('../lib/logger')

describe 'Logger:', ->
Expand Down

0 comments on commit 1d03223

Please sign in to comment.