Opinionated defines

This commit is contained in:
Tim Schaub
2016-12-27 08:38:18 -07:00
parent b2a4b69d13
commit 3eaa0f412e
3 changed files with 13 additions and 50 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "ol",
"version": "3.21.0-beta.8",
"version": "3.21.0-beta.10",
"description": "OpenLayers",
"main": "index.js",
"module": "index.js",

View File

@@ -1,6 +1,6 @@
# `ol`
[OpenLayers](https://openlayers.org/) for CommonJS module loaders.
[OpenLayers](https://openlayers.org/) for module loaders.
**Note: This is still a work in progress. Not yet ready for production.**
@@ -18,7 +18,7 @@ import View from 'ol/View';
import TileLayer from 'ol/layer/Tile';
import OSM from 'ol/source/OSM';
var map = new OLMap({
var map = new Map({
target: 'map',
layers: [
new TileLayer({