Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

es5-for-luigi #33

Merged
merged 11 commits into from
Sep 10, 2018
Merged

es5-for-luigi #33

merged 11 commits into from
Sep 10, 2018

Conversation

y-kkamil
Copy link

@y-kkamil y-kkamil commented Sep 4, 2018

No description provided.

Copy link
Contributor

@klaudiagrz klaudiagrz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Next time please be sure to provide proper PR title and description.

@dariadomagala-sap dariadomagala-sap self-assigned this Sep 7, 2018
Copy link
Contributor

@dariadomagala-sap dariadomagala-sap left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check comments.

client/README.md Outdated
```
or
```javascript
import * as LuigiClient from '@kyma-project/luigi-client';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

import LuigiClient from '@kyma-project/luigi-client'

should be enough.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

true. fixed

@@ -1,307 +1,307 @@
(function (root, factory) { // UMD wrapper
if (typeof define === 'function' && define.amd) {
define([], factory);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From AMD documentation:

define(id?, dependencies?, factory);

Since dependencies are not required, we don't need this empty array of dependencies.

@y-kkamil y-kkamil merged commit 7adcc7b into SAP:master Sep 10, 2018
@y-kkamil y-kkamil deleted the es5-for-luigi branch September 10, 2018 08:06
@y-kkamil y-kkamil restored the es5-for-luigi branch September 10, 2018 11:32
This was referenced Sep 10, 2018
@y-kkamil y-kkamil added the enhancement New feature or request label Sep 10, 2018
stanleychh pushed a commit to stanleychh/luigi that referenced this pull request Dec 30, 2021
* es5-for-luigi

* change import for luigi-client, as it is now a commonjs module

* package-lock update

* create a UMD for client lib

* change import syntax

* change amd definition
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants