Skip to content

Commit 2931566

Browse files
committed
2.5.0-beta
1 parent 3fef556 commit 2931566

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

npm-shrinkwrap.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "edgemicro",
3-
"version": "2.4.6",
3+
"version": "2.5.0-beta",
44
"description": "Apigee Edge Microgateway",
55
"main": "index.js",
66
"license": "Apache-2.0",
@@ -34,7 +34,7 @@
3434
"uuid": "^2.0.1",
3535
"xml2js": "^0.4.16",
3636
"portastic": "^1.0.1",
37-
"jsrsasign":"^7.2.0"
37+
"jsrsasign": "^7.2.0"
3838
},
3939
"devDependencies": {
4040
"gulp": "^3.8.11",
@@ -53,7 +53,7 @@
5353
},
5454
"scripts": {
5555
"start": "node app.js",
56-
"stop" : "node stop.js",
56+
"stop": "node stop.js",
5757
"package": "node cli/package.js",
5858
"test": "mocha --timeout 17000 tests"
5959
},
@@ -87,9 +87,12 @@
8787
"Mitch Fierro <fierro.mitch@gmail.com> (https://github.com/f1erro)"
8888
],
8989
"author": "Kevin Swiber <kswiber@gmail.com>",
90-
"engines" : {
91-
"node" : ">= 4.8.2",
92-
"npm": ">=3.10.8"
90+
"engines": {
91+
"node": ">= 4.8.2",
92+
"npm": ">=3.10.8"
9393
},
94-
"cpu" : [ "!arm", "!mips" ]
94+
"cpu": [
95+
"!arm",
96+
"!mips"
97+
]
9598
}

0 commit comments

Comments
 (0)