From 2572b9a42d1865c0476f75c72465fa677eb8de2e Mon Sep 17 00:00:00 2001 From: Jannis R Date: Tue, 28 Jun 2016 14:11:14 +0200 Subject: [PATCH] fix files field, 0.3.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3f44287de..785357347 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "hafas-client", "description": "JavaScript client for HAFAS mobile APIs.", - "version": "0.3.0", + "version": "0.3.1", "main": "index.js", - "files": ["index.js", "parse.js"], + "files": ["index.js", "parse.js", "stringify.js"], "author": "Jannis R ", "homepage": "https://github.com/derhuerst/hafas-client", "repository": "derhuerst/hafas-client",