revert to v1.0.2 and add bluebird as dep
This commit is contained in:
parent
7b8536d121
commit
3bfa3383b6
11
package.json
11
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "safe-replace",
|
"name": "safe-replace",
|
||||||
"version": "1.0.2",
|
"version": "1.0.4",
|
||||||
"description": "A micro-module for safely replacing a file.",
|
"description": "A micro-module for safely replacing a file.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -8,7 +8,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/coolaj86/node-safe-replace.git"
|
"url": "https://git.coolaj86.com/coolaj86/fs-safe-replace.js.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"cluster",
|
"cluster",
|
||||||
|
@ -23,7 +23,10 @@
|
||||||
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
||||||
"license": "(MIT OR Apache-2.0)",
|
"license": "(MIT OR Apache-2.0)",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/coolaj86/node-safe-replace/issues"
|
"url": "https://git.coolaj86.com/coolaj86/fs-safe-replace.js/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/coolaj86/node-safe-replace#readme"
|
"homepage": "https://git.coolaj86.com/coolaj86/fs-safe-replace.jse",
|
||||||
|
"dependencies": {
|
||||||
|
"bluebird": "^3.5.2"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue