Skip to content

Commit 0287112

Browse files
author
ostrojs
committed
package.json and rename license
1 parent c8380dd commit 0287112

3 files changed

Lines changed: 26 additions & 26 deletions

File tree

File renamed without changes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
[javascript-url]: "javascript"
3232

3333
[nodejs-image]: https://img.shields.io/badge/node-%3E%3D%2012.0.0-green
34-
[npm-url]: https://npmjs.org/package/@ostrojs/framework "npm"
34+
[npm-url]: https://npmjs.org/package/@ostro/framework "npm"
3535

3636
[license-image]: https://img.shields.io/github/license/ostrojs/framework
3737
[license-url]: LICENSE.md "license"

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
{
22
"name": "@ostro/framework",
3-
"version": "0.0.0-alpha.0",
3+
"version": "0.0.0-alpha.2",
44
"description": "MVC framework for NodeJS",
5-
"engines": {
6-
"node": ">= 12.0"
7-
},
8-
"main": "application.js",
95
"scripts": {
106
"test": "echo \"Error: no test specified\" && exit 1"
117
},
128
"dependencies": {
13-
"@ostro/auth": "^0.0.0-alpha.0",
14-
"@ostro/cache": "^0.0.0-alpha.0",
15-
"@ostro/config": "^0.0.0-alpha.0",
16-
"@ostro/console": "^0.0.0-alpha.0",
17-
"@ostro/container": "^0.0.0-alpha.0",
18-
"@ostro/contracts": "^0.0.0-alpha.0",
19-
"@ostro/cookie": "^0.0.0-alpha.0",
20-
"@ostro/database": "^0.0.0-alpha.0",
21-
"@ostro/encryption": "^0.0.0-alpha.0",
22-
"@ostro/filesystem": "^0.0.0-alpha.0",
23-
"@ostro/http": "^0.0.0-alpha.0",
24-
"@ostro/logger": "^0.0.0-alpha.0",
25-
"@ostro/router": "^0.0.0-alpha.0",
26-
"@ostro/session": "^0.0.0-alpha.0",
27-
"@ostro/server": "^0.0.0-alpha.0",
28-
"@ostro/support": "^0.0.0-alpha.0",
29-
"@ostro/validation": "^0.0.0-alpha.0",
30-
"@ostro/view": "^0.0.0-alpha.0",
31-
"@ostro/foundation": "^0.0.0-alpha.0"
9+
"@ostro/auth": "^0.0.0-alpha",
10+
"@ostro/cache": "^0.0.0-alpha",
11+
"@ostro/config": "^0.0.0-alpha",
12+
"@ostro/console": "^0.0.0-alpha",
13+
"@ostro/container": "^0.0.0-alpha",
14+
"@ostro/contracts": "^0.0.0-alpha",
15+
"@ostro/cookie": "^0.0.0-alpha",
16+
"@ostro/database": "^0.0.0-alpha",
17+
"@ostro/encryption": "^0.0.0-alpha",
18+
"@ostro/filesystem": "^0.0.0-alpha",
19+
"@ostro/http": "^0.0.0-alpha",
20+
"@ostro/logger": "^0.0.0-alpha",
21+
"@ostro/router": "^0.0.0-alpha",
22+
"@ostro/session": "^0.0.0-alpha",
23+
"@ostro/server": "^0.0.0-alpha",
24+
"@ostro/support": "^0.0.0-alpha",
25+
"@ostro/validation": "^0.0.0-alpha",
26+
"@ostro/view": "^0.0.0-alpha",
27+
"@ostro/foundation": "^0.0.0-alpha"
28+
},
29+
"engines": {
30+
"node": ">=12.0.0"
3231
},
32+
"engineStrict": true,
3333
"keywords": [
34-
"ostro",
34+
"ostrojs",
3535
"framework",
3636
"nodejs framework",
3737
"mvc",

0 commit comments

Comments
 (0)