Skip to content

Commit

Permalink
1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gcebelieu committed Jul 12, 2017
1 parent ca325b8 commit 0989bf6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# Bibliothèque d'accès aux ressources du Géoportail

[![Build Status](https://travis-ci.org/IGNF/geoportal-access-lib.png?branch=master)](https://travis-ci.org/IGNF/geoportal-access-lib)
[![GitHub release](https://img.shields.io/badge/pre-%2drelease-1.0.0-%2dbeta6-brightgreen.svg)](https://img.shields.io/badge/release-1.0.0%20beta3.svg)
<!-- FIXME Ce badge dynamique est à mettre en place..., en attente d'une release
[![GitHub release](https://img.shields.io/github/release/IGNF/geoportal-access-lib.svg)](https://github.com/IGNF/geoportal-access-lib)
-->

La bibliothèque d’accès aux ressources de la plateforme Géoportail est une bibliothèque de fonctions javascript permettant d'accéder aux ressources délivrées par les services web du Géoportail.

Expand Down
4 changes: 2 additions & 2 deletions jsdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"hardwrap": true
},
"opts": {
"template": "target/doc/jaguarjs-jsdoc",
"template": "./target/doc/jaguarjs-jsdoc",
"encoding": "utf8",
"destination": "./target/doc/",
"recurse": true,
"lenient": true,
"verbose": true,
"tutorials": "doc/tutorials"
"tutorials": "./doc/tutorials"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "geoportal-access-lib",
"version": "1.0.0-beta6",
"version": "1.0.0",
"description": "French Geoportal resources access library",
"main": "dist/GpServices.js",
"scripts": {
Expand Down

0 comments on commit 0989bf6

Please sign in to comment.