Skip to content

Commit

Permalink
chore: moved to the @willsub org
Browse files Browse the repository at this point in the history
  • Loading branch information
aparajita committed Sep 30, 2020
1 parent c07ca8c commit 23cd4ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require 'json'
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))

Pod::Spec.new do |s|
s.name = 'WillsubNpmCapacitorLogger'
s.name = 'WillsubCapacitorLogger'
s.version = package['version']
s.summary = package['description']
s.license = package['license']
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@willsub-npm/capacitor-logger",
"name": "@willsub/capacitor-logger",
"version": "1.0.0",
"description": "Universal logging for capacitor apps",
"main": "dist/plugin.js",
Expand Down

0 comments on commit 23cd4ac

Please sign in to comment.