Skip to content

Commit 0d9e414

Browse files
committed
chore: update Makefile
1 parent 6b698ed commit 0d9e414

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ install: clean
2525
@mkdir -p ./logs
2626
@mkdir -p ./run
2727
@npm install --registry=https://registry.npm.taobao.org
28+
@npm install nodeinstall --registry=https://registry.npm.taobao.org
2829
@./node_modules/.bin/nodeinstall .
2930
@cp nginx_sample.conf nginx.conf
3031

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,11 @@
3737
"istanbul": "~0.4.5",
3838
"mm": "^2.2.0",
3939
"mocha": "^5.0.0",
40-
"nodeinstall": "^0.1.3",
40+
"moment": "2.20.1",
4141
"pegjs": "0.10.0",
4242
"should": "^11.1.1",
4343
"supertest": "^3.0.0",
44-
"ws": "^3.3.2",
45-
"moment": "2.20.1"
44+
"ws": "^3.3.2"
4645
},
4746
"engines": {
4847
"install-alinode": "3.8.4"

0 commit comments

Comments
 (0)