Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

Commit

Permalink
chore(package): rename to @cloudscapelabs/
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrownlees committed Sep 29, 2022
1 parent d0d46c1 commit 07dbdd4
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 69 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ Thumbs.db
*.log
*.swp
*.user
.idea
*.iml

/node_modules/**
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.*
*.iml
tests
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@cloudscapelabs:registry=https://npm.pkg.github.com
37 changes: 4 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 10 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "cordova-plugin-camera",
"version": "6.0.1-dev",
"name": "@cloudscapelabs/cordova-plugin-camera",
"version": "6.0.1-csl1",
"description": "Cordova Camera Plugin",
"types": "./types/index.d.ts",
"cordova": {
"id": "cordova-plugin-camera",
"id": "@cloudscapelabs/cordova-plugin-camera",
"platforms": [
"android",
"ios",
Expand All @@ -13,8 +13,13 @@
"osx"
]
},
"repository": "github:apache/cordova-plugin-camera",
"bugs": "https://github.com/apache/cordova-plugin-camera/issues",
"repository": {
"type": "git",
"url": "https://github.com/cloudscapelabs/cordova-plugin-camera"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"keywords": [
"cordova",
"camera",
Expand All @@ -31,35 +36,6 @@
},
"author": "Apache Software Foundation",
"license": "Apache-2.0",
"engines": {
"cordovaDependencies": {
"3.0.0": {
"cordova-android": ">=6.3.0"
},
"4.1.0": {
"cordova-android": ">=6.3.0",
"cordova": ">=7.1.0"
},
"5.0.0": {
"cordova-android": ">=9.0.0",
"cordova-ios": ">=5.1.0",
"cordova": ">=9.0.0"
},
"5.0.4-dev": {
"cordova-android": "<10.0.0",
"cordova-ios": ">=5.1.0",
"cordova": ">=9.0.0"
},
"6.0.0": {
"cordova-android": ">=10.0.0",
"cordova-ios": ">=5.1.0",
"cordova": ">=9.0.0"
},
"7.0.0": {
"cordova": ">100"
}
}
},
"devDependencies": {
"@cordova/eslint-config": "^3.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-camera"
version="6.0.1-dev">
id="@cloudscapelabs/cordova-plugin-camera"
version="6.0.1-csl1">
<name>Camera</name>
<description>Cordova Camera Plugin</description>
<license>Apache 2.0</license>
Expand Down

0 comments on commit 07dbdd4

Please sign in to comment.