From f2d3efb08e3242e2e43f57971ca4a2953dfb6485 Mon Sep 17 00:00:00 2001
From: jsteuer <jan.steuer.htw@gmail.com>
Date: Mon, 12 Aug 2019 12:40:29 +0200
Subject: [PATCH] add localstoraged based api for development

---
 package.json |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/package.json b/package.json
index b90adbd..acc5edb 100644
--- a/package.json
+++ b/package.json
@@ -3,6 +3,7 @@
   "version": "1.1.0",
   "description": "API zur MathCoach IDE",
   "types": "mathcoach-api.d.ts",
+  "main": "./src/index.ts",
   "directories": {
     "example": "examples"
   },
@@ -17,4 +18,4 @@
   },
   "author": "jsteuer",
   "license": ""
-}
+}
\ No newline at end of file

--
Gitblit v1.10.0-SNAPSHOT