Skip to content

Commit

Permalink
Merge pull request #6 from abatish/develop
Browse files Browse the repository at this point in the history
Develop to Master
  • Loading branch information
krunal-incapsulate authored Feb 18, 2019
2 parents 0b423fa + f0658cc commit dcd5206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ module.exports = {
<script>
window['<%= options.zipNameVar %>'] = '{! URLFOR($Resource.<%= options.zipName %>) }';
window['<%= options.accessTokenVar %>'] = '{!JSENCODE($Api.Session_ID)}';
window['<%= options.apiUrl %>'] = '<%= options['api'] %>';
window['<%= options.apiUrl %>'] = '{!getURL}/services/apexrest';
window['<%= options.userInfo %>'] = {
display_name: '{! JSENCODE($User.FirstName) } {! JSENCODE($User.LastName) }',
first_name: '{! JSENCODE($User.FirstName) }',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "salesforce-webpack-plugin",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "lib/resource.js",
"directories": {
Expand Down

0 comments on commit dcd5206

Please sign in to comment.