[Pkg-javascript-commits] [node-parents] 23/29: Do not depend on path-plateform
Bastien Roucariès
rouca at moszumanska.debian.org
Sun Aug 20 13:47:05 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-parents.
commit 5ed7faaa1992a4787b9c477c5dbff79867582808
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Fri Aug 18 00:25:35 2017 +0200
Do not depend on path-plateform
Use an hard depend on nodejs > 4 and depends on path
Forwarded: no
---
index.js | 2 +-
package.json | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/index.js b/index.js
index 84a9639..ba25a49 100644
--- a/index.js
+++ b/index.js
@@ -1,4 +1,4 @@
-var pathPlatform = require('path-platform');
+var pathPlatform = require('path');
module.exports = function (cwd, opts) {
if (cwd === undefined) cwd = process.cwd();
diff --git a/package.json b/package.json
index 5f6814c..47e7bb5 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,6 @@
"test" : "test"
},
"dependencies" : {
- "path-platform": "~0.11.15"
},
"devDependencies" : {
"tap" : "~0.2.5"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-parents.git
More information about the Pkg-javascript-commits
mailing list