X7ROOT File Manager
Current Path:
/lib/node_modules/npm/node_modules/retry
lib
/
node_modules
/
npm
/
node_modules
/
retry
/
ðŸ“
..
📄
.npmignore
(39 B)
📄
.travis.yml
(334 B)
📄
License
(1.11 KB)
📄
Makefile
(312 B)
📄
Readme.md
(8.76 KB)
📄
equation.gif
(1.18 KB)
ðŸ“
example
📄
index.js
(40 B)
ðŸ“
lib
📄
package.json
(1.72 KB)
Editing: Makefile
SHELL := /bin/bash release-major: test npm version major -m "Release %s" git push npm publish release-minor: test npm version minor -m "Release %s" git push npm publish release-patch: test npm version patch -m "Release %s" git push npm publish .PHONY: test release-major release-minor release-patch
Upload File
Create Folder