]> git.saurik.com Git - logizomai.git/blobdiff - package.json5
For some reason I am supposed to commit this file.
[logizomai.git] / package.json5
index c564c02dcde7112f7b22d292244af7b82628c6e1..a9723a602f82b084315ebd535cf8e0ad5205193b 100644 (file)
         "lint": "tslint --project .",
         "prepare": "npm run build && npm run lint",
     },
-    "main": "dist/index.js",
-    "types": "dist/index.d.ts",
+    "main": "lib/index.js",
+    "types": "lib/index.d.ts",
     "devDependencies": {
         "@types/node": "8.0.15",
         "browserify": "14.4.0",
+        "json5": "0.5.1",
         "tsify": "3.0.1",
         "typescript": "2.5.2",
     }