Skip to content

Commit 35fe375

Browse files
authored
Merge pull request #135 from wmde/upgradeDependencies-2021-06
chore: upgrade dependencies and add lockfile
2 parents 59086c5 + 42438f3 commit 35fe375

File tree

5 files changed

+2754
-11
lines changed

5 files changed

+2754
-11
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
composer.lock
55

6-
package-lock.json
7-
86
!.*
97
.idea/
108

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
language: node_js
22

33
node_js:
4-
- 4
5-
- 5
6-
- 6
7-
- 7
8-
- 8
4+
- 10
5+
- 12
6+
- 14
97

108
before_script:
119
- npm install

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ mirrors most of the PHP implementations of DataValue classes as specified in the
1515
### 0.11.0 (dev)
1616
* Removed `globeCoordinate.GlobeCoordinate.getDecimal`
1717
* Removed `getLowerBound`, `getUpperBound`, `getAmount` from QuantityValue
18+
* Removed support for Node.js versions older than v10
1819
### 0.10.0 (2017-10-06)
1920
* The library is now a pure JavaScript library.
2021
* Removed MediaWiki ResourceLoader module definitions.

0 commit comments

Comments
 (0)