diff --git a/changelog.md b/changelog.md index eb3c0f4..89e6804 100644 --- a/changelog.md +++ b/changelog.md @@ -1,8 +1,9 @@ ISTEX-API-DEMO ============= -Changements depuis le tag v1.2.1 +Changements depuis le tag v1.2.2 Correspond à l'API v.3.4.0 ------------- - Merge branch 'master' of ssh://vsistex.intra.inist.fr:22222/istex/istex-api-demo -Retour des globalSearchPage(Controller) + Externalisation dans le less des styles de result.html +Merge branch 'master' of ssh://vsistex.intra.inist.fr:22222/istex/istex-api-demo +Correction sur les tris + rendu visuel diff --git a/package.json b/package.json index 43b848b..eb5e4b7 100644 --- a/package.json +++ b/package.json @@ -1,29 +1,29 @@ { + "name": "istex-api-demo", + "version": "1.2.3", + "devDependencies": { + "less": "^2.4.0", + "less-plugin-clean-css": "^1.5.0" + }, "main": "index.html", "dependencies": { - "lodash": "^3.9.3", - "colors": "^1.1.2" + "colors": "^1.1.2", + "lodash": "^3.9.3" }, "keywords": [ "Istex", "API" ], "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "postinstall": "node ./js/postInstall.js" + "postinstall": "node ./js/postInstall.js", + "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { - "url": "ssh://parentin@vsistex.intra.inist.fr:22222/istex/istex-api-demo.git", - "type": "git" + "type": "git", + "url": "ssh://parentin@vsistex.intra.inist.fr:22222/istex/istex-api-demo.git" }, "description": "Démonstrateur Istex", "author": "Istex team", - "license": "ISC", - "devDependencies": { - "less-plugin-clean-css": "^1.5.0", - "less": "^2.4.0" - }, - "version": "1.2.2", - "name": "istex-api-demo" + "license": "ISC" }