From 86e7ff7976655153c0126a5adbafdc6d80d40eaf Mon Sep 17 00:00:00 2001 From: Glenn Vorhes <gavorhes@wisc.edu> Date: Tue, 10 May 2016 08:53:52 -0500 Subject: [PATCH] modify package.json and gitignore --- .gitignore | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 29d7f1e..436f1cb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /.idea -*.pyc \ No newline at end of file +*.pyc +node_modules \ No newline at end of file diff --git a/package.json b/package.json index b3fb9b1..0dcb259 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "webmapsjs", "version": "1.0.0", "description": "Openlayers helpers", - "main": "index.js", + "main": "lib", "scripts": { "test": "node node_modules\\karma\\bin\\karma start karma.conf.js", "ol": "node node_modules/openlayers/tasks/build.js src/ol/ol-config.json src/ol/ol.js", -- GitLab