Skip to content
This repository has been archived by the owner on Aug 27, 2018. It is now read-only.

Commit

Permalink
Version-bump major version because of integration API change
Browse files Browse the repository at this point in the history
We previously used `main` inside of `package.json` to define where to
pull in untranspiled code into the project and this change starts using
the `esnext` property as seen in http://2ality.com/2017/06/pkg-esnext.html

That means (to me at least) that any software which has been using this
will have to make changes in order to not break when updating from the
previous versions when their build systems looked for the `main` property.
  • Loading branch information
dmsnell committed Oct 31, 2017
1 parent a135ab0 commit 48348a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notifications-panel",
"version": "1.2.7",
"version": "2.0.0",
"description": "The core notifications panel for WordPress.com notifications",
"esnext": "src/Notifications.jsx",
"scripts": {
Expand Down

0 comments on commit 48348a9

Please sign in to comment.