Commit bcb373c authored Jan 6, 2022 Verified
1 parent 2fdc2ff commit bcb373c Copy full SHA for bcb373c
File tree 6 files changed +5
-12
lines changed
6 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 9
9
},
10
10
"dependencies" : {
11
11
"express" : " ^4.17.2" ,
12
- "express-rate-limit" : " file:../../../../express-rate-limit-6.0.4.tgz "
12
+ "express-rate-limit" : " file:../../../.."
13
13
},
14
14
"devDependencies" : {
15
15
"eslint" : " ^8.6.0" ,
Original file line number Diff line number Diff line change 10
10
},
11
11
"dependencies" : {
12
12
"express" : " ^4.17.2" ,
13
- "express-rate-limit" : " file:../../../../express-rate-limit-6.0.4.tgz "
13
+ "express-rate-limit" : " file:../../../.."
14
14
},
15
15
"devDependencies" : {
16
16
"cross-env" : " ^7.0.3" ,
Original file line number Diff line number Diff line change 9
9
},
10
10
"dependencies" : {
11
11
"express" : " ^4.17.2" ,
12
- "express-rate-limit" : " file:../../../../express-rate-limit-6.0.4.tgz "
12
+ "express-rate-limit" : " file:../../../.."
13
13
},
14
14
"devDependencies" : {
15
15
"@types/express" : " ^4.17.13" ,
Original file line number Diff line number Diff line change 10
10
},
11
11
"dependencies" : {
12
12
"express" : " ^4.17.2" ,
13
- "express-rate-limit" : " file:../../../../express-rate-limit-6.0.4.tgz "
13
+ "express-rate-limit" : " file:../../../.."
14
14
},
15
15
"devDependencies" : {
16
16
"@types/express" : " ^4.17.13" ,
Original file line number Diff line number Diff line change @@ -12,9 +12,6 @@ for dir in `ls -d */`; do
12
12
cd $dir
13
13
# Get a fresh install of all node modules
14
14
rm -rf node_modules
15
- # Also install the latest version of the package, built off the master branch
16
- npm install ../../../../express-rate-limit* .tgz
17
- # and ensure the other dependencies are installed...
18
15
npm install
19
16
# Run the linter and the tests
20
17
npm run lint
@@ -41,10 +38,6 @@ if [[ -z "$CI" ]]; then
41
38
fi
42
39
# Get a fresh install of all the node modules
43
40
rm -rf node_modules
44
- # Also install the latest version of the package, built off the master branch
45
- npm install ../../../express-rate-limit* .tgz
46
- # npm 6 does not install other packages if they are not installed already when
47
- # running `npm install <something>`
48
41
npm install
49
42
# Run the tests
50
43
npm run test
Original file line number Diff line number Diff line change 9
9
"dependencies" : {
10
10
"@types/rate-limit-redis" : " ^1.7.3" ,
11
11
"express" : " ^4.17.2" ,
12
- "express-rate-limit" : " file:../../../express-rate-limit-6.0.4.tgz " ,
12
+ "express-rate-limit" : " file:../../.." ,
13
13
"precise-memory-rate-limit" : " ^1.1.4" ,
14
14
"rate-limit-memcached" : " ^0.6.0" ,
15
15
"rate-limit-mongo" : " ^2.3.2" ,
You can’t perform that action at this time.
0 commit comments