Skip to content

Commit

Permalink
remove files from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
amitguptagwl committed Sep 12, 2018
1 parent 37137d0 commit fb39a7b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 29 deletions.
30 changes: 8 additions & 22 deletions package-lock.json

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

8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
{
"name": "fast-xml-parser",
"version": "3.12.4",
"version": "3.12.5",
"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",
"./tasks/*.js"
],
"scripts": {
"test": "jasmine spec/*spec.js",
"perf": "node ./benchmark/perfTest3.js",
Expand Down

0 comments on commit fb39a7b

Please sign in to comment.