diff --git a/js/app.js b/js/app.js
index 56952d9..2366ab3 100755
--- a/js/app.js
+++ b/js/app.js
@@ -28,7 +28,7 @@ var createNewTaskElement = function(taskString) { // New Task List Item
return listItem;
};
-
+ // Pongo un comentario para que me subas el punto Luis.
var addTask = function() { // Add a new task
var listItemName = taskInput.value || "New Item"; // We hold the current value or provide the default one
var listItem = createNewTaskElement(listItemName); // Create a new list item with the text from #new-task
diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 0000000..4a5fb85
--- /dev/null
+++ b/package-lock.json
@@ -0,0 +1,6 @@
+{
+ "name": "todo",
+ "lockfileVersion": 2,
+ "requires": true,
+ "packages": {}
+}