Skip to content

Commit

Permalink
Merge pull request microjs#979 from jackens/format-xml.js
Browse files Browse the repository at this point in the history
format-xml.js
  • Loading branch information
pineapplemachine authored Aug 21, 2018
2 parents 214610c + a639223 commit 0f5fd60
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions data.js
Original file line number Diff line number Diff line change
Expand Up @@ -2175,7 +2175,7 @@ module.exports = [{
description: "CommonJS implementation of the observer design pattern",
url: "https://github.com/azer/observer",
source: "https://raw.githubusercontent.com/azer/observer/master/lib/observer.js"
},
},
{
name: "almy.js",
github: "tomas2387/almy",
Expand Down Expand Up @@ -2521,6 +2521,14 @@ module.exports = [{
url: "https://github.com/creationix/msgpack-js-browser",
source: "https://raw.githubusercontent.com/creationix/msgpack-js-browser/master/msgpack.js"
},
{
name: "format-xml.js",
github: "jackens/nnn",
tags: ["html", "xml", "formatter"],
description: "XML formatter. Works in both Node.js and the browser.",
url: "https://github.com/jackens/nnn",
source: "https://raw.githubusercontent.com/jackens/nnn/master/format-xml.js"
},
{
name: "my.class.js",
tags: ["language", "class"],
Expand Down Expand Up @@ -5633,5 +5641,5 @@ module.exports = [{
description: "DOM-Manipulation Framework",
url: "https://github.com/vitaly-t/excellent",
source: "https://raw.githubusercontent.com/vitaly-t/excellent/master/src/excellent.js"
}
}
];

0 comments on commit 0f5fd60

Please sign in to comment.