-
Notifications
You must be signed in to change notification settings - Fork 1
Prepare the library to be released as a npm package #81
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
Conversation
This library is no longer intended to be used as a MediaWiki extension.
@@ -1,10 +1,31 @@ | |||
{ | |||
"name": "wikibase-data-model", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should stick to tab-indention in all .json files. But this can be fixed later.
@@ -10,6 +10,9 @@ at the heart of the [Wikibase software](http://wikiba.se/). | |||
|
|||
### 4.0.0 (dev) | |||
|
|||
* Made the library a pure JavaScript library. | |||
* Removed MediaWiki ResourceLoader module definitions. | |||
* Raised DataValues JS library version requirement to 0.10.0. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I already fixed the minor concerns I had with this in 161970d.
This is needed for https://phabricator.wikimedia.org/T177476.