From d6a78e353c2c819fc8cdaaa3bea2740658874fa3 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Tue, 28 Jun 2016 12:51:47 +0200 Subject: [PATCH] fix files field, 0.2.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index face036d..80d8ad22 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "hafas-client", "description": "JavaScript client for HAFAS mobile APIs.", - "version": "0.2.0", + "version": "0.2.1", "main": "index.js", - "files": ["index.js"], + "files": ["index.js", "parse.js"], "author": "Jannis R ", "homepage": "https://github.com/derhuerst/hafas-client", "repository": "derhuerst/hafas-client",