Skip to content

Commit

Permalink
include tasks in npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
amitguptagwl committed Sep 12, 2018
1 parent 16e90f9 commit 37137d0
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 13 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
3.12.3 / 2018-08-06
3.12.4 / 2018-09-12
* Fix: include tasks in npm package
3.12.3 / 2018-09-12
* Fix CLI issue raised in last PR
3.12.2 / 2018-09-11
* Fix formatting for JSON to XML output
Expand Down
34 changes: 24 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "fast-xml-parser",
"version": "3.12.3",
"version": "3.12.4",
"description": "Validate XML or Parse XML to JS/JSON very fast without C/C++ based libraries",
"main": "./src/parser.js",
"files": [
"./cli.js",
"./lib/parser.js",
"./src/*.js"
"./src/*.js",
"./tasks/*.js"
],
"scripts": {
"test": "jasmine spec/*spec.js",
Expand Down

0 comments on commit 37137d0

Please sign in to comment.