Allow package to be published in npm registry

I've contacted the maintainer of the https://www.npmjs.org/package/openlayers package to see if we can take over ownership.  Until then, we can publish packages under the name 'ol'.
This commit is contained in:
Tim Schaub
2014-09-29 22:27:27 -06:00
parent 3285e0ddc8
commit c868e4bbdd

View File

@@ -1,6 +1,6 @@
{
"name": "openlayers",
"version": "3.0.0-beta",
"name": "ol",
"version": "3.1.0-pre.1",
"description": "Mapping library",
"scripts": {
"install": "node tasks/parse-examples.js",