1
0
Fork 0

Comparar commits

...

1 Commits
master ... v1.0

Autor SHA1 Mensagem Data
AJ ONeal 3bfa3383b6 revert to v1.0.2 and add bluebird as dep 2018-09-03 13:21:26 -06:00
1 arquivos alterados com 7 adições e 4 exclusões

Ver arquivo

@ -1,6 +1,6 @@
{
"name": "safe-replace",
"version": "1.0.2",
"version": "1.0.4",
"description": "A micro-module for safely replacing a file.",
"main": "index.js",
"scripts": {
@ -8,7 +8,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/coolaj86/node-safe-replace.git"
"url": "https://git.coolaj86.com/coolaj86/fs-safe-replace.js.git"
},
"keywords": [
"cluster",
@ -23,7 +23,10 @@
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "(MIT OR Apache-2.0)",
"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"
}
}