Parcourir la source

Fix recipe-ingredients-parser dependency

Tatiana Inama il y a 7 ans
Parent
commit
cb321e5267
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      ktchn/package.json

+ 1 - 1
ktchn/package.json

@@ -30,7 +30,7 @@
     "nano": "^7.1.0",
     "natural": "^0.6.3",
     "ramda": "^0.26.1",
-    "recipe-ingredient-parser": "file:../../recipe-parser",
+    "recipe-ingredient-parser": "git+https://github.com/DavidVentura/recipe-parser.git",
     "request": "^2.88.0",
     "request-promise": "^4.2.2"
   },