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
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "openlayers", "name": "ol",
"version": "3.0.0-beta", "version": "3.1.0-pre.1",
"description": "Mapping library", "description": "Mapping library",
"scripts": { "scripts": {
"install": "node tasks/parse-examples.js", "install": "node tasks/parse-examples.js",