diff --git a/package.json b/package.json index e7887909..89210468 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,11 @@ { "name": "fast-xml-parser", - "version": "3.12.0", + "version": "3.12.1", "description": "Validate XML or Parse XML to JS/JSON very fast without C/C++ based libraries", "main": "./src/parser.js", + "files": [ + "./lib/parser.js" + ], "scripts": { "test": "jasmine spec/*spec.js", "perf": "node ./benchmark/perfTest3.js",