Comparing version 0.1.0 to 0.1.1
@@ -104,3 +104,3 @@ var _ = require( 'lodash' ); | ||
dfs.readFile( site, 'utf8' ) | ||
.done( function( data ) { | ||
.done( function( status, data ) { | ||
bear.settings = JSON.parse( data ); | ||
@@ -107,0 +107,0 @@ bear.ready.resolve(); |
{ | ||
"name": "bear", | ||
"description": "a git based deployment tool", | ||
"version": "0.1.0", | ||
"homepage": "https://github.com/danheberden/bear", | ||
"description": "Cli for Docker deployments on AWS", | ||
"version": "0.1.1", | ||
"homepage": "https://github.com/ondrek/bear", | ||
"author": { | ||
"name": "Dan Heberden", | ||
"email": "danheberden@gmail.com", | ||
"url": "http://danheberden.com/" | ||
"name": "Samuel Ondrek", | ||
"email": "samuel@ondrek.com" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/danheberden/bear.git" | ||
"url": "git://github.com/ondrek/bear.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/danheberden/bear/issues" | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://github.com/danheberden/bear/blob/master/LICENSE-MIT" | ||
} | ||
], | ||
"main": "lib/bear", | ||
@@ -30,13 +20,3 @@ "engines": { | ||
"test": "grunt test" | ||
}, | ||
"devDependencies": { | ||
"grunt": "~0.3.17" | ||
}, | ||
"dependencies": { | ||
"lodash": ">= 0.9.2", | ||
"underscore.deferred": ">= 0.2.0", | ||
"gith": ">= 1.0.4", | ||
"deferred-exec": ">= 0.3.1" | ||
}, | ||
"keywords": [] | ||
} | ||
} |
@@ -1,15 +0,3 @@ | ||
# bear | ||
# Bear CLI | ||
a git based deployment tool | ||
## what does it do? | ||
listens for changes to your git repository, gets the latest changes and launches them | ||
## is this it? | ||
no, I have a lot of stuff planned for this but gotta start somewhere | ||
## License | ||
Copyright (c) 2012 Dan Heberden | ||
Licensed under the MIT license. | ||
This package is under development since 04/2020. We will deliver within a few days. Thanks for understanding. |
@@ -147,4 +147,12 @@ /* | ||
}); | ||
}, | ||
'test file loading of settings' : function( test ) { | ||
test.expect(1); | ||
var otherSite = bear( 'test/site.json' ); | ||
otherSite.ready.done( function() { | ||
test.equal( otherSite.attr('live'), 'test/site/live/', 'settings from json file should match initialized object' ); | ||
test.done(); | ||
}); | ||
} | ||
}; |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
0
0
19154
13
514
1
4
2
- Removeddeferred-exec@>= 0.3.1
- Removedgith@>= 1.0.4
- Removedlodash@>= 0.9.2
- Removedunderscore.deferred@>= 0.2.0
- Removeddeferred-exec@0.3.1(transitive)
- Removedeventemitter2@6.4.9(transitive)
- Removedgith@1.0.4(transitive)
- Removedlodash@4.17.21(transitive)
- Removedsprintf-js@1.1.3(transitive)
- Removedunderscore.deferred@0.4.0(transitive)
- Removedunderscore.string@3.3.6(transitive)
- Removedutil-deprecate@1.0.2(transitive)