Skip to content

Commit 903c8e6

Browse files
committed
Updated base files.
1 parent cca664a commit 903c8e6

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

LICENSE renamed to LICENSE.txt

File renamed without changes.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"name": "universalviewer4omekas",
3-
"version": "1.0.0",
3+
"version": "3.5.1",
44
"description": "Universal Viewer (module for Omeka S)",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"repository": {
1010
"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"
1212
},
13-
"author": "",
14-
"license": "MIT",
13+
"author": "Daniel Berthereau",
14+
"license": "CeCILL v2.1",
1515
"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"
1717
},
18-
"homepage": "https://github.com/Daniel-KM/omeka-s-module-UniversalViewer#readme",
18+
"homepage": "https://github.com/Daniel-KM/Omeka-S-module-UniversalViewer#readme",
1919
"devDependencies": {
2020
"async": "^2.1.4",
2121
"del": "^2.2.2",

test/phpunit.xml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
<?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+
>
49
<testsuites>
5-
<testsuite name="UniversalViewer">
10+
<testsuite name="UniversalViewerTest">
611
<directory>./UniversalViewerTest</directory>
712
</testsuite>
813
</testsuites>

0 commit comments

Comments
 (0)