File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -483,7 +483,6 @@ namespace :node do
483483 new_version = updated_version ( old_version , arguments [ :version ] , nightly )
484484
485485 [ 'javascript/node/selenium-webdriver/package.json' ,
486- 'package-lock.json' ,
487486 'javascript/node/selenium-webdriver/BUILD.bazel' ] . each do |file |
488487 text = File . read ( file ) . gsub ( old_version , new_version )
489488 File . open ( file , 'w' ) { |f | f . puts text }
@@ -1050,8 +1049,7 @@ namespace :all do
10501049 'py/BUILD.bazel' ,
10511050 'py/setup.py' ,
10521051 'rb/lib/selenium/webdriver/version.rb' ,
1053- 'rb/Gemfile.lock' ,
1054- 'package-lock.json' ] )
1052+ 'rb/Gemfile.lock' ] )
10551053
10561054 print 'Do you want to push the committed changes? (Y/n): '
10571055 response = $stdin. gets . chomp . downcase
@@ -1106,7 +1104,6 @@ namespace :all do
11061104 'java/version.bzl' ,
11071105 'javascript/node/selenium-webdriver/CHANGES.md' ,
11081106 'javascript/node/selenium-webdriver/package.json' ,
1109- 'package-lock.json' ,
11101107 'py/docs/source/conf.py' ,
11111108 'py/selenium/__init__.py' ,
11121109 'py/selenium/webdriver/__init__.py' ,
You can’t perform that action at this time.
0 commit comments