Skip to content

Commit 91a07c0

Browse files
authored
PR #19 (GetRayo/release/v1)
Release/v1
2 parents b28ae31 + 5d40ee5 commit 91a07c0

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "rayo",
3-
"version": "0.5.10",
3+
"version": "1.0.0",
44
"description": "⚡️⚡️ Rayo, an extremely fast micro-framework for Nodejs.",
5-
"main": "bin/index.js",
5+
"main": "bin/rayo.js",
66
"engines": {
77
"node": ">=8.11.2"
88
},
@@ -20,32 +20,32 @@
2020
"license": "MIT",
2121
"homepage": "https://github.com/GetRayo/rayo.js",
2222
"dependencies": {
23-
"matchit": "^1.0.6",
24-
"parseurl": "^1.3.2"
23+
"matchit": "1.x",
24+
"parseurl": "1.x"
2525
},
2626
"devDependencies": {
27-
"autocannon": "^2.4.1",
28-
"chalk": "^2.4.1",
29-
"cli-table": "^0.3.1",
30-
"codecov": "^3.0.2",
31-
"coveralls": "^3.0.1",
32-
"dotenv": "^5.0.1",
33-
"eslint": "^4.19.0",
34-
"eslint-config-airbnb-base": "^12.1.0",
35-
"eslint-config-prettier": "^2.9.0",
36-
"eslint-plugin-import": "^2.12.0",
37-
"eslint-plugin-prettier": "^2.6.0",
38-
"express": "^4.16.3",
39-
"fastify": "^1.5.0",
40-
"hapi": "^17.5.0",
41-
"minimist": "^1.2.0",
42-
"mocha": "^5.2.0",
43-
"nyc": "^11.8.0",
44-
"ora": "^2.1.0",
45-
"polka": "^0.4.0",
46-
"prettier": "^1.13.0",
47-
"should": "^13.2.1",
48-
"sinon": "^5.0.10"
27+
"autocannon": "2.x",
28+
"chalk": "2.x",
29+
"cli-table": "x",
30+
"codecov": "3.x",
31+
"coveralls": "3.x",
32+
"dotenv": "5.x",
33+
"eslint": "4.x",
34+
"eslint-config-airbnb-base": "12.x",
35+
"eslint-config-prettier": "2.x",
36+
"eslint-plugin-import": "2.x",
37+
"eslint-plugin-prettier": "2.x",
38+
"express": "4.x",
39+
"fastify": "1.x",
40+
"hapi": "17.x",
41+
"minimist": "1.x",
42+
"mocha": "5.x",
43+
"nyc": "11.x",
44+
"ora": "2.x",
45+
"polka": "0.x",
46+
"prettier": "1.x",
47+
"should": "13.x",
48+
"sinon": "5.x"
4949
},
5050
"directories": {
5151
"test": "test"

0 commit comments

Comments
 (0)