Skip to content

Commit

Permalink
Change JSON parser from circular-json to flatted & 1 more changes (#37)
Browse files Browse the repository at this point in the history
* Change JSON parser from circular-json to flatted & 1 more changes

* Change JSON parser from circular-json
* Audited 2 vulnerabilities

* Update package.json

* Update Engine require

* There's a bunch of dependencies in this pkg requires node >=4, so I changed it to 4

* Remove and add node versions

* I have seen this pkg is not available with node 0.12 so I removed it
* I have added a popular used LTS version of node - 10
  • Loading branch information
Andy Chen authored and royriojas committed Jan 9, 2019
1 parent 760cd0f commit 745e65a
Show file tree
Hide file tree
Showing 4 changed files with 666 additions and 68 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,5 +1,5 @@
language: node_js
node_js:
- 0.12
- 4
- 6
- 10

0 comments on commit 745e65a

Please sign in to comment.