File tree Expand file tree Collapse file tree 3 files changed +14
-9
lines changed Expand file tree Collapse file tree 3 files changed +14
-9
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " universalviewer4omekas" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 3.5.1 " ,
4
4
"description" : " Universal Viewer (module for Omeka S)" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
7
"test" : " echo \" Error: no test specified\" && exit 1"
8
8
},
9
9
"repository" : {
10
10
"type" : " git" ,
11
- "url" : " git+https://github.com/Daniel-KM/omeka-s -module-UniversalViewer"
11
+ "url" : " git+https://github.com/Daniel-KM/Omeka-S -module-UniversalViewer"
12
12
},
13
- "author" : " " ,
14
- "license" : " MIT " ,
13
+ "author" : " Daniel Berthereau " ,
14
+ "license" : " CeCILL v2.1 " ,
15
15
"bugs" : {
16
- "url" : " https://github.com/Daniel-KM/omeka-s -module-UniversalViewer/issues"
16
+ "url" : " https://github.com/Daniel-KM/Omeka-S -module-UniversalViewer/issues"
17
17
},
18
- "homepage" : " https://github.com/Daniel-KM/omeka-s -module-UniversalViewer#readme" ,
18
+ "homepage" : " https://github.com/Daniel-KM/Omeka-S -module-UniversalViewer#readme" ,
19
19
"devDependencies" : {
20
20
"async" : " ^2.1.4" ,
21
21
"del" : " ^2.2.2" ,
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
-
3
- <phpunit bootstrap =" ./bootstrap.php" colors =" true" backupGlobals =" false" >
2
+ <phpunit
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/4.5/phpunit.xsd"
5
+ colors =" true"
6
+ backupGlobals =" false"
7
+ bootstrap =" ./bootstrap.php"
8
+ >
4
9
<testsuites >
5
- <testsuite name =" UniversalViewer " >
10
+ <testsuite name =" UniversalViewerTest " >
6
11
<directory >./UniversalViewerTest</directory >
7
12
</testsuite >
8
13
</testsuites >
You can’t perform that action at this time.
0 commit comments