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

Specified the main file in package.json #63

Merged
merged 1 commit into from
Feb 29, 2016
Merged

Conversation

kripod
Copy link
Contributor

@kripod kripod commented Feb 28, 2016

This change lets webpack users import JSEncrypt using

import JSEncrypt from 'jsencrypt';

Instead of

import JSEncrypt from 'jsencrypt/bin/jsencrypt';

Please tag a new fix release including this change!

This change lets webpack users import JSEncrypt using

``` js
import JSEncrypt from 'jsencrypt';
```

Instead of

``` js
import JSEncrypt from 'jsencrypt/bin/jsencrypt';
```

Please tag a new fix release including this change!
zoloft added a commit that referenced this pull request Feb 29, 2016
Specified the main file in package.json
@zoloft zoloft merged commit 19126d2 into travist:master Feb 29, 2016
@zoloft zoloft mentioned this pull request Apr 5, 2016
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.

2 participants