File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ YARN ?= $(shell which yarn)
55PKG ?= $(if $(YARN ) ,$(YARN ) ,$(NODE ) $(shell which npm) )
66.FORCE :
77
8- install : .FORCE
9- $(PKG ) install
10-
118all : .FORCE
129 babel src -d lib
1310
11+ install : .FORCE
12+ $(PKG ) install
13+
1414unit : .FORCE
1515 mocha test/unit
1616
@@ -28,3 +28,6 @@ publish:
2828 echo -e " ${NPM_USERNAME} \n${NPM_PASSWORD} \n${NPM_EMAIL} " | npm login
2929 npm publish
3030 npm logout
31+
32+ clean : lib
33+ rimraf lib
Original file line number Diff line number Diff line change 55 "main" : " lib/microlock.js" ,
66 "repository" : {
77 "type" : " git" ,
8- "url" : " git+https://github.com/jobstart /microlock.git"
8+ "url" : " git+https://github.com/thebigredgeek /microlock.git"
99 },
1010 "keywords" : [
1111 " distributed" ,
1212 " lock" ,
1313 " etcd" ,
1414 " lock"
1515 ],
16- "author" : " Andrew E. Rhyne" ,
16+ "author" : " Andrew E. Rhyne <rhyneandrew@gmail.com>" ,
17+ "contributors" : [
18+ " Zach Tratar <zach@jobstart.com>"
19+ ],
1720 "license" : " MIT" ,
1821 "bugs" : {
19- "url" : " https://github.com/jobstart /microlock/issues"
22+ "url" : " https://github.com/thebigredgeek /microlock/issues"
2023 },
21- "homepage" : " https://github.com/jobstart /microlock#readme" ,
24+ "homepage" : " https://github.com/thebigredgeek /microlock#readme" ,
2225 "dependencies" : {
2326 "bluebird" : " ^3.4.1"
2427 },
You can’t perform that action at this time.
0 commit comments