Skip to content

Commit 37137d0

Browse files
committed
include tasks in npm package
1 parent 16e90f9 commit 37137d0

File tree

3 files changed

+30
-13
lines changed

3 files changed

+30
-13
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
3.12.3 / 2018-08-06
1+
3.12.4 / 2018-09-12
2+
* Fix: include tasks in npm package
3+
3.12.3 / 2018-09-12
24
* Fix CLI issue raised in last PR
35
3.12.2 / 2018-09-11
46
* Fix formatting for JSON to XML output

package-lock.json

Lines changed: 24 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "fast-xml-parser",
3-
"version": "3.12.3",
3+
"version": "3.12.4",
44
"description": "Validate XML or Parse XML to JS/JSON very fast without C/C++ based libraries",
55
"main": "./src/parser.js",
66
"files": [
77
"./cli.js",
88
"./lib/parser.js",
9-
"./src/*.js"
9+
"./src/*.js",
10+
"./tasks/*.js"
1011
],
1112
"scripts": {
1213
"test": "jasmine spec/*spec.js",

0 commit comments

Comments
 (0)