Skip to content

Commit

Permalink
add keywords, ⬆️ 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardofbarros committed Feb 24, 2017
1 parent 6be666b commit 04c54ec
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
{
"name": "parser-xml2json",
"version": "0.1.0",
"version": "0.1.1",
"description": "Blazing fast XML parser to JSON written in Rust",
"main": "lib/index.js",
"scripts": {
"lint": "standard || snazzy",
"test": "mocha ",
"postinstall": "cargo build --release"
},
"keywords": [
"xml",
"json",
"parser"
],
"repository": {
"type": "git",
"url": "https://github.com/ricardofbarros/parser-xml2json.git"
Expand Down

0 comments on commit 04c54ec

Please sign in to comment.