From c868e4bbdd185ce61f1b986e702cae46bfa9af47 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Mon, 29 Sep 2014 22:27:27 -0600 Subject: [PATCH] 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'. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d85080542e..f23337e51e 100644 --- a/package.json +++ b/package.json @@ -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",