diff --git a/README.md b/README.md index dc62425..3628af5 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ A web mapping application starter based on Angular X and Leaflet. This project d * [x] Built with Angular CLI -Support [Angular 5.x](https://angular.io/) and [Leaflet 1.3](http://leafletjs.com/) now! +Support [Angular 6](https://angular.io/) and [Leaflet 1.3](http://leafletjs.com/) now! See how it looks at [demo page](http://haoliangyu.github.io/ngx-leaflet-starter/). @@ -40,11 +40,11 @@ In the starter, a [minimal type declaration file](https://github.com/haoliangyu/ This project requires [npm](https://www.npmjs.com/) (or [yarn](https://yarnpkg.com/)). -1. Run `npm install` to install dependencies. +1. Run `npm install` to install dependencies. -2. Run `npm run start` to set up the dev server. +2. Run `npm run start` to set up the dev server. -3. See the app at `localhost:4200`. +3. See the app at `localhost:4200`. ## Thanks to these awesome people! diff --git a/package-lock.json b/package-lock.json index 42f9a05..9f9ba57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ngx-leaflet-starter", - "version": "4.0.2", + "version": "5.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3d3869e..c31bfa3 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-leaflet-starter", - "version": "4.0.2", + "version": "5.0.0", "description": "A minimal Angular project with leaflet", "main": "index.js", "repository": {