Skip to content
This repository was archived by the owner on Jan 27, 2024. It is now read-only.

Commit 43b921c

Browse files
committed
update license code
1 parent a78a23f commit 43b921c

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"name" : "sfdx-lightning-api-component",
3-
"version" : "2.1.0",
4-
"description" : "Promise-based service component for calling REST API from Lightning Aura Components without Named Credentials.",
5-
"scripts" : {
6-
"deploy" : "sfdx force:source:deploy -p force-app,force-demo -w 10"
2+
"name": "sfdx-lightning-api-component",
3+
"version": "2.1.0",
4+
"description": "Promise-based service component for calling REST API from Lightning Aura Components without Named Credentials.",
5+
"scripts": {
6+
"deploy": "sfdx force:source:deploy -p force-app,force-demo -w 10"
77
},
8-
"repository" : {
9-
"type" : "git",
10-
"url" : "git+https://github.com/douglascayers/sfdx-lightning-api-component.git"
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/douglascayers/sfdx-lightning-api-component.git"
1111
},
12-
"keywords" : [
12+
"keywords": [
1313
"salesforce",
1414
"aura",
1515
"promise",
1616
"lightning-components"
1717
],
18-
"author" : "Doug Ayers",
19-
"license" : "BSD-3",
20-
"bugs" : "https://github.com/douglascayers/sfdx-lightning-api-component/issues",
21-
"homepage" : "https://github.com/douglascayers/sfdx-lightning-api-component#readme",
22-
"dependencies" : {
23-
"jsforce" : "1.9.2",
24-
"penpal" : "4.1.1"
18+
"author": "Doug Ayers",
19+
"license": "BSD-3-Clause",
20+
"bugs": "https://github.com/douglascayers/sfdx-lightning-api-component/issues",
21+
"homepage": "https://github.com/douglascayers/sfdx-lightning-api-component#readme",
22+
"dependencies": {
23+
"jsforce": "1.9.2",
24+
"penpal": "4.1.1"
2525
}
2626
}

0 commit comments

Comments
 (0)