Skip to content
This repository has been archived by the owner on Aug 17, 2018. It is now read-only.

Commit

Permalink
Release/v0.2.3 (#67)
Browse files Browse the repository at this point in the history
* package.json: update to node v6.x

* Add link requested by @phisaz

* attempt to upgrade jsdom

* tell travis to use node v6.x
  • Loading branch information
bassosimone committed May 10, 2016
1 parent b090493 commit 09f029a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: node_js
node_js:
- 5
- 6
script:
- npm test
- npm run-script istanbul
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -20,11 +20,11 @@
"commander": "^2.9.0",
"express": "^4.13.4",
"jquery": "^2.2.3",
"jsdom": "^8.3.1",
"jsdom": "^9.0.0",
"nedb": "^1.8.0"
},
"engines": {
"node": "5.x"
"node": "6.x"
},
"devDependencies": {
"chai": "^3.5.0",
Expand Down
2 changes: 1 addition & 1 deletion static/index.html
Expand Up @@ -26,7 +26,7 @@
<img src="img/pasteur.png" alt="Pasteur4oa logo" class="center"
id="pasteur-logo" />
</a>
View H2020 compliancy of
View <a hread="https://docs.google.com/document/d/12akuU4p1cTBo_7T2ScbpGcdlqVSbilRZ-gL6fdJ6YRk/edit?pref=2&pli=1">H2020 compliancy</a> of
<a href="https://roarmap.eprints.org/">ROARMAP</a> policies.
</div>

Expand Down

0 comments on commit 09f029a

Please sign in to comment.