File tree Expand file tree Collapse file tree 10 files changed +37
-289
lines changed Expand file tree Collapse file tree 10 files changed +37
-289
lines changed Original file line number Diff line number Diff line change 1
1
* ~
2
2
* .kate-swp
3
3
4
- composer.phar
5
4
composer.lock
6
5
6
+ package-lock.json
7
+
7
8
! . *
8
9
.idea /
9
10
Original file line number Diff line number Diff line change 1
- language : php
1
+ language : node_js
2
2
3
- php :
4
- - 5.5
3
+ node_js :
4
+ - 4
5
+ - 5
6
+ - 6
7
+ - 7
8
+ - 8
5
9
6
10
before_script :
7
- - nvm install 4
8
11
- npm install
9
- - composer install
10
12
11
13
script :
12
14
- npm test
13
- - composer test
14
15
15
16
notifications :
16
17
irc :
@@ -21,6 +22,3 @@ notifications:
21
22
template :
22
23
- " %{repository}/%{branch}/%{commit} : %{author} %{message} %{build_url}"
23
24
24
- cache :
25
- directories :
26
- - $HOME/.composer/cache
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ It contains various JavaScript related to the DataValues library.
5
5
6
6
[ ![ Build Status] ( https://secure.travis-ci.org/wmde/DataValuesJavaScript.png?branch=master )] ( http://travis-ci.org/wmde/DataValuesJavaScript )
7
7
8
- On [ Packagist] ( https://packagist.org/packages/data-values/javascript ) :
9
- [ ![ Latest Stable Version] ( https://poser.pugx.org/data-values/javascript/version.png )] ( https://packagist.org/packages/data-values/javascript )
10
- [ ![ Download count] ( https://poser.pugx.org/data-values/javascript/d/total.png )] ( https://packagist.org/packages/data-values/javascript )
11
-
12
8
## Release notes
13
9
10
+ ### 1.0.0 (dev)
11
+ * The library is now a pure JavaScript library.
12
+ * Removed MediaWiki ResourceLoader module definitions.
13
+
14
14
### 0.9.0 (2017-09-06)
15
15
* Removed ` valueFormatters.ValueFormatterStore ` .
16
16
* Removed the ` options ` constructor parameter as well as the ` getOptions ` method from
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " DataValuesJavaScript" ,
2
+ "name" : " wikibase-data-values" ,
3
+ "description" : " DataValues implementation in JavaScript" ,
4
+ "keywords" : [
5
+ " datavalues" ,
6
+ " wikidata"
7
+ ],
3
8
"repository" : {
4
9
"type" : " git" ,
5
10
"url" : " https://github.com/wmde/DataValuesJavaScript"
6
11
},
12
+ "contributors" : [
13
+ {
14
+ "name" : " Daniel Werner" ,
15
+ "url" : " https://www.mediawiki.org/wiki/User:Danwe"
16
+ },
17
+ {
18
+ "name" : " H. Snater" ,
19
+ "url" : " http://www.snater.com"
20
+ },
21
+ {
22
+ "name" : " Jeroen De Dauw" ,
23
+ "email" : " jeroendedauw@gmail.com" ,
24
+ "homepage" : " http://jeroendedauw.com"
25
+ }
26
+ ],
27
+ "bugs" : {
28
+ "url" : " https://phabricator.wikimedia.org/"
29
+ },
7
30
"license" : " GPL-2.0+" ,
8
31
"dependencies" : {
9
32
"jquery" : " ^3.2.1"
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments