File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Change Log
2
+ All notable changes to this project will be documented in this file.
3
+ This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
+
5
+ ## 1.0.0 - 2015-12-19
6
+
7
+ Initial Release.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " body-parser-xml" ,
3
- "version" : " 1.0.0-alpha1 " ,
4
- "description" : " Adds an XML parser to body-parser ." ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " XML parser middleware for express.js ." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
7
"test" : " node_modules/mocha/bin/mocha test.js"
13
13
"keywords" : [
14
14
" express" ,
15
15
" xml" ,
16
+ " middleware" ,
16
17
" body-parser"
17
18
],
18
19
"author" :
" Tom Spencer <[email protected] >" ,
29
30
"express" : " ^4.13.3" ,
30
31
"mocha" : " ^2.3.4" ,
31
32
"supertest" : " ^1.1.0"
33
+ },
34
+ "engines" : {
35
+ "node" : " >= 0.10"
32
36
}
33
37
}
You can’t perform that action at this time.
0 commit comments