forked from isaacs/sax-js
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from ChristianAlexander/master
Update fork for fragment support.
- Loading branch information
Showing
3 changed files
with
18 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"name": "sax", | ||
"description": "An evented streaming XML parser in JavaScript", | ||
"author": "Isaac Z. Schlueter <[email protected]> (http://blog.izs.me/)", | ||
"name": "sax-with-fragments", | ||
"description": "An evented streaming XML parser in JavaScript, with support for XML fragments.", | ||
"author": "Faithlife Corporation", | ||
"version": "1.2.1", | ||
"main": "lib/sax.js", | ||
"license": "ISC", | ||
"scripts": { | ||
"test": "tap test/*.js --cov", | ||
"posttest": "standard -F test/*.js lib/*.js" | ||
}, | ||
"repository": "git://github.com/isaacs/sax-js.git", | ||
"repository": "git://github.com/Faithlife/sax-js.git", | ||
"files": [ | ||
"lib/sax.js", | ||
"LICENSE", | ||
|