fastlane-plugin-npm 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6e082643a7ac6cf1a68c1ae08a1e7798481c6afa17bebdf359523428f7428ed8
4
- data.tar.gz: c537723a37f8d117125ce2c57a2f9c3557ffbf809969de1f191641fbc0caccd6
3
+ metadata.gz: 957a46692ec557fc0ec7f63b73ad2005d41438e23d3e85745882fbfa671c5bcb
4
+ data.tar.gz: 20128d2126774b881f89561b67c11acaa7d97c18ea580e3e750e3c679d17c5b5
5
5
  SHA512:
6
- metadata.gz: 1d467673309dc7aacbd08fe7ccff3016332ff6bef1d5ff478df6bb0354fd55ef531cdc721eda230356474a62a0218a89918f25942646eea318490c150d3c0266
7
- data.tar.gz: ce5b79bd6b4090f93db9632251ed74e3ceb21eb511fdce2d6dc7170a92582e181ba265ec2584c0237e29937850b479ebc37b10cf09b7d4d5ed1a4561b0a9bd2d
6
+ metadata.gz: 05a7ac490c4b6940f98bbd0ddf005f9b7f4b286d243e964074ed045b61a7460ec88ca723db39ba18b7aa7f06e4da80b87a6721ff83cda186e6f419a67add19a4
7
+ data.tar.gz: 6b861a9ee44c9c6490599f8840a96dd7f57c0c05d7e3a2fefe350a1f08e84c10790c54c5d9b9e1dd5bd7294b710baa6d5d0890c848e0f75e2f7ba419c9c4f347
@@ -7,7 +7,7 @@ module Fastlane
7
7
  def self.run(params)
8
8
  # rm may exit with non zero in the case where there is no node_modules and that's what we want anyway
9
9
  if params[:fresh]
10
- UI.importante('Deleting node modules and installing packages')
10
+ UI.important('Deleting node modules and installing packages')
11
11
  FastlaneCore::CommandExecutor.execute(command: 'rm -rf ../node_modules 2> /dev/null',
12
12
  print_command: FastlaneCore::Globals.verbose?,
13
13
  print_all: FastlaneCore::Globals.verbose?)
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Npm
3
- VERSION = "0.3.0"
3
+ VERSION = "0.3.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-npm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erick Martins