xml-twig 1.7.11 → 1.7.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/doc/twig.md +1647 -1695
- package/package.json +4 -4
- package/twig.js +1303 -1303
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
},
|
|
6
6
|
"name": "xml-twig",
|
|
7
7
|
"description": "Node module for processing huge XML documents in tree mode",
|
|
8
|
-
"version": "1.7.
|
|
8
|
+
"version": "1.7.13",
|
|
9
9
|
"main": "twig.js",
|
|
10
10
|
"directories": {
|
|
11
11
|
"doc": "doc"
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
},
|
|
22
22
|
"scripts": {
|
|
23
23
|
"test": "node demo.js",
|
|
24
|
+
"preversion": "jsdoc2md --private twig.js > doc/twig.md",
|
|
24
25
|
"postversion": "sed -i -e \"s/@version: .*/@version: %npm_package_version%/\" twig.js",
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"postpublish": "git commit -a -m \"Updated doc\""
|
|
26
|
+
"prepack": "unix2dos twig.js doc/twig.md",
|
|
27
|
+
"prepare": "git commit -a -m \"Updated doc and version\""
|
|
28
28
|
},
|
|
29
29
|
"repository": {
|
|
30
30
|
"type": "git",
|