Skip to content

Commit 7ce6dff

Browse files
selvagszfengmk2
authored andcommitted
Replace depracted package (#24)
1 parent 476bb3f commit 7ce6dff

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

lib/promisify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
/* jshint ignore:start */
18-
var Promise = require('native-or-bluebird');
18+
var Promise = require('any-promise');
1919
/* jshint ignore:end */
2020
var properties = require('./properties');
2121

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"contributors": "contributors -f plain -o AUTHORS"
1414
},
1515
"dependencies": {
16+
"any-promise": "^1.3.0",
1617
"debug": "~2.2.0",
17-
"native-or-bluebird": "~1.2.0",
1818
"restful-client": "~1.0.0",
1919
"thunkify-wrap": "~1.0.4"
2020
},
@@ -33,7 +33,9 @@
3333
"url": "git://github.com/repo-utils/gitlab.git"
3434
},
3535
"keywords": [
36-
"gitlab", "gitlab api", "git"
36+
"gitlab",
37+
"gitlab api",
38+
"git"
3739
],
3840
"author": "fengmk2 <[email protected]>",
3941
"license": "MIT"

0 commit comments

Comments
 (0)