Comparing version 0.3.0 to 0.3.1
@@ -7,8 +7,10 @@ # Change Log | ||
## [Unreleased] | ||
## Unreleased | ||
### Added | ||
- Nothing so far | ||
- One simple unit test | ||
### Changed | ||
- Nothing yet | ||
- Modify test.js (the script used to run Backpat sans project) and | ||
rename as runner.js | ||
- Replace ```console.log``` with ```process.stout.write``` in runner.js | ||
@@ -15,0 +17,0 @@ ## 0.3.0 - 2016-10-29 |
@@ -37,3 +37,3 @@ /* @flow */ | ||
event.on('complete', function() { | ||
callback(dependencies); | ||
return callback(dependencies); | ||
}); | ||
@@ -40,0 +40,0 @@ |
{ | ||
"name": "backpat", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "A simple tool for high-fiving your tech stack", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "npm test" | ||
"test": "mocha test/tests.js" | ||
}, | ||
@@ -20,2 +20,3 @@ "repository": { | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"eslint": "^3.8.1", | ||
@@ -22,0 +23,0 @@ "eslint-plugin-flowtype": "^2.25.0", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
9551
11
169
1
4