chdir-promise
Advanced tools
Comparing version 0.3.0 to 0.4.0
@@ -1,3 +0,4 @@ | ||
require('lazy-ass'); | ||
var la = require('lazy-ass'); | ||
var check = require('check-more-types'); | ||
var q = require('q'); | ||
@@ -4,0 +5,0 @@ var fs = require('fs'); |
{ | ||
"name": "chdir-promise", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "Change working dir and return a promise, a stack of folders is maintained to jump back", | ||
@@ -8,3 +8,5 @@ "main": "index.js", | ||
"test": "node test/chdir-promise-spec.js", | ||
"semantic-release": "semantic-release pre && npm publish && semantic-release post" | ||
"semantic-release": "semantic-release pre && npm publish && semantic-release post", | ||
"commit": "commit-wizard", | ||
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";" | ||
}, | ||
@@ -15,2 +17,5 @@ "repository": { | ||
}, | ||
"files": [ | ||
"index.js" | ||
], | ||
"keywords": [ | ||
@@ -34,6 +39,5 @@ "chdir", | ||
"dependencies": { | ||
"check-more-types": "1.1.1", | ||
"check-types": "1.4.0", | ||
"check-more-types": "2.23.0", | ||
"debug": "^2.3.3", | ||
"lazy-ass": "0.5.3", | ||
"lazy-ass": "1.5.0", | ||
"q": "1.1.2", | ||
@@ -43,6 +47,19 @@ "spots": "0.4.0" | ||
"devDependencies": { | ||
"pre-git": "0.1.1", | ||
"pre-git": "^3.11.1", | ||
"semantic-release": "^6.3.2" | ||
}, | ||
"pre-commit": "npm test" | ||
"config": { | ||
"pre-git": { | ||
"commit-msg": "simple", | ||
"pre-commit": [ | ||
"npm test" | ||
], | ||
"pre-push": [ | ||
"npm run size" | ||
], | ||
"post-commit": [], | ||
"post-checkout": [], | ||
"post-merge": [] | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5
5629
3
32
+ Addedcheck-more-types@2.23.0(transitive)
+ Addedlazy-ass@1.5.0(transitive)
- Removedcheck-types@1.4.0
- Removedcheck-more-types@1.1.1(transitive)
- Removedcheck-types@1.4.0(transitive)
- Removedlazy-ass@0.5.3(transitive)
Updatedcheck-more-types@2.23.0
Updatedlazy-ass@1.5.0