Skip to content

Commit

Permalink
Merge pull request #201 from KaiVolland/geostyler-organization
Browse files Browse the repository at this point in the history
Adapt urls to geostyler organization
  • Loading branch information
KaiVolland authored Sep 19, 2019
2 parents b871501 + a62b205 commit a39836a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# geostyler-openlayers-parser

[![Greenkeeper badge](https://badges.greenkeeper.io/terrestris/geostyler-openlayers-parser.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.org/terrestris/geostyler-openlayers-parser.svg?branch=master)](https://travis-ci.org/terrestris/geostyler-openlayers-parser)
[![Coverage Status](https://coveralls.io/repos/github/terrestris/geostyler-openlayers-parser/badge.svg?branch=master)](https://coveralls.io/github/terrestris/geostyler-openlayers-parser?branch=master)
[![Greenkeeper badge](https://badges.greenkeeper.io/geostyler/geostyler-openlayers-parser.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.org/geostyler/geostyler-openlayers-parser.svg?branch=master)](https://travis-ci.org/geostyler/geostyler-openlayers-parser)
[![Coverage Status](https://coveralls.io/repos/github/geostyler/geostyler-openlayers-parser/badge.svg?branch=master)](https://coveralls.io/github/geostyler/geostyler-openlayers-parser?branch=master)

[GeoStyler Style](/~https://github.com/terrestris/geostyler) Parser implementation for OpenLayers styles
[GeoStyler Style](/~https://github.com/geostyler/geostyler) Parser implementation for OpenLayers styles

### Issues
Please provide related issues here /~https://github.com/terrestris/geostyler/issues
Please provide related issues here /~https://github.com/geostyler/geostyler/issues

### How to use

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"repository": {
"type": "git",
"url": "git+/~https://github.com/terrestris/geostyler-openlayers-parser.git"
"url": "git+/~https://github.com/geostyler/geostyler-openlayers-parser.git"
},
"keywords": [
"geostyler",
Expand All @@ -22,11 +22,11 @@
"author": "",
"license": "BSD-2-Clause",
"bugs": {
"url": "/~https://github.com/terrestris/geostyler-openlayers-parser/issues"
"url": "/~https://github.com/geostyler/geostyler-openlayers-parser/issues"
},
"homepage": "/~https://github.com/terrestris/geostyler-openlayers-parser#readme",
"homepage": "/~https://github.com/geostyler/geostyler-openlayers-parser#readme",
"dependencies": {
"@terrestris/ol-util": "^3.0.1",
"@geostyler/ol-util": "^3.0.1",
"geostyler-style": "^2.0.0",
"lodash": "^4.17.15"
},
Expand All @@ -42,7 +42,7 @@
"test": "jest",
"test:watch": "jest --watchAll",
"lint": "tslint --project tsconfig.json --config tslint.json && tsc --noEmit --project tsconfig.json",
"release": "np --no-yarn && git push /~https://github.com/terrestris/geostyler-openlayers-parser.git master --tags"
"release": "np --no-yarn && git push /~https://github.com/geostyler/geostyler-openlayers-parser.git master --tags"
},
"devDependencies": {
"@babel/core": "^7.5.5",
Expand Down

0 comments on commit a39836a

Please sign in to comment.