Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
joeferraro committed Jun 8, 2015
1 parent 1c32475 commit 4db058b
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@
}
]
},
{
"name" : "ApexInterface",
"file_name" : "ApexInterface.cls",
"description" : "The default template for an Apex Interface",
"author" : "Amey Nevrekar",
"params" : [
{
"name" : "api_name",
"description" : "The default template for an Apex Template",
"default" : "ApexInterface"
}
]
}
{
"name" : "Auth Registration Handler",
"file_name" : "AuthRegistrationHandler.cls",
Expand Down Expand Up @@ -373,19 +386,6 @@
"default" : "Invoice__c"
}
]
},
{
"name" : "ApexInterface",
"file_name" : "ApexInterface.cls",
"description" : "The default template for an Apex Interface",
"author" : "Amey Nevrekar",
"params" : [
{
"name" : "api_name",
"description" : "The default template for an Apex Template",
"default" : "ApexInterface"
}
]
}
}
]
}
}

0 comments on commit 4db058b

Please sign in to comment.