Skip to content

Conversation

hkenuam
Copy link
Contributor

@hkenuam hkenuam commented Mar 3, 2021

Add croppic library

@AppVeyorBot
Copy link

Copy link
Member

@bdukes bdukes left a comment

Choose a reason for hiding this comment

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

Thanks! A couple of things to clean up, but nothing major. Let me know if you need any further direction.

@@ -0,0 +1,3 @@
<p>
croppic is licensed under the <a href="http://croppic.net">GPLv3 license</a> for all open source applications. A commercial license is required for all commercial applications (including sites, themes and apps you plan to sell).
Copy link
Member

Choose a reason for hiding this comment

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

I don't see anywhere referencing GPLv3 as a license, https://github.com/fussraider/croppic.js/blob/master/LICENSE (I believe this is the repo for the croppic-js npm library) and https://github.com/sconsult/croppic/blob/master/README.md#mit-license (the original source) both say MIT

<license src="LICENSE.htm" />
<releaseNotes src="CHANGES.htm" />
<azureCompatible>true</azureCompatible>
<dependencies></dependencies>
Copy link
Member

Choose a reason for hiding this comment

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

Let's add a jQuery dependency:

Suggested change
<dependencies></dependencies>
<dependencies>
<dependency type="managedPackage" version="3.4.1">jQuery</dependency>
</dependencies>

@hkenuam
Copy link
Contributor Author

hkenuam commented Mar 3, 2021 via email

@AppVeyorBot
Copy link

@hkenuam
Copy link
Contributor Author

hkenuam commented Mar 3, 2021 via email

@bdukes
Copy link
Member

bdukes commented Mar 3, 2021

Yeah, it doesn't exist yet, you'll need to adjust the timing of your script trying to use it.

@bdukes bdukes merged commit 7fc5b9c into master Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants