Skip to content

Commit b1ed4ea

Browse files
committed
bump verson to 3.1.0
1 parent 9b4bca1 commit b1ed4ea

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-restful-express",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Create a RESTful service with ES6 decorators for your express based node.js application.",
55
"main": "src/js-restful-express.js",
66
"typings": "./src/js-restful-express.d.ts",

yarn.lock

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,14 @@
4040
version "2.2.41"
4141
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-2.2.41.tgz#e27cf0817153eb9f2713b2d3f6c68f1e1c3ca608"
4242

43-
"@types/node@*", "@types/node@^7.0.0":
43+
"@types/node@*":
4444
version "7.0.38"
4545
resolved "https://registry.yarnpkg.com/@types/node/-/node-7.0.38.tgz#140ecc61930b328e72914237c58dd62c8829e94d"
4646

47+
"@types/node@^8.0.9":
48+
version "8.0.17"
49+
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.17.tgz#677bc8c118cfb76013febb62ede1f31d2c7222a1"
50+
4751
4852
version "0.0.5"
4953
resolved "https://registry.yarnpkg.com/@types/reflect-metadata/-/reflect-metadata-0.0.5.tgz#9c042bfa9803d577aad4f57dfbca4b7cae4286fe"

0 commit comments

Comments
 (0)