PATH: //proc/thread-self/root/proc/self/root/lib/node_modules/npm/node_modules/retry
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 License
↓
X
📄 Makefile
↓
X
📄 equation.gif
↓
X
📁 example/
X
📄 index.js
↓
X
📁 lib/
X
📄 package.json
↓
X
SAVING...
BERHASIL DIUBAH!
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
SIMPAN PERUBAHAN