diff --git a/LICENSE b/LICENSE.md similarity index 100% rename from LICENSE rename to LICENSE.md diff --git a/README.md b/README.md index 7bfdf19..0b41290 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ [javascript-url]: "javascript" [nodejs-image]: https://img.shields.io/badge/node-%3E%3D%2012.0.0-green -[npm-url]: https://npmjs.org/package/@ostrojs/foundation "npm" +[npm-url]: https://npmjs.org/package/@ostro/foundation "npm" [license-image]: https://img.shields.io/github/license/ostrojs/foundation [license-url]: LICENSE.md "license" \ No newline at end of file diff --git a/package.json b/package.json index 664d512..bf75d3e 100644 --- a/package.json +++ b/package.json @@ -1,23 +1,20 @@ { "name": "@ostro/foundation", "version": "0.0.0-alpha.0", - "description": "MVC framework for NodeJS", - "engines": { - "node": ">= 12.0" - }, + "description": "Foundation for OstroJS", "main": "application.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "@ostro/auth": "^0.0.0-alpha.0", - "@ostro/config": "^0.0.0-alpha.0", - "@ostro/container": "^0.0.0-alpha.0", - "@ostro/contracts": "^0.0.0-alpha.0", - "@ostro/filesystem": "^0.0.0-alpha.0", - "@ostro/http": "^0.0.0-alpha.0", - "@ostro/logger": "^0.0.0-alpha.0", - "@ostro/support": "^0.0.0-alpha.0", + "@ostro/auth": "^0.0.0-alpha", + "@ostro/config": "^0.0.0-alpha", + "@ostro/container": "^0.0.0-alpha", + "@ostro/contracts": "^0.0.0-alpha", + "@ostro/filesystem": "^0.0.0-alpha", + "@ostro/http": "^0.0.0-alpha", + "@ostro/logger": "^0.0.0-alpha", + "@ostro/support": "^0.0.0-alpha", "dotenv": "10.0.0", "csrf": "3.1.0", "fs-extra": "^10.0.0", @@ -25,11 +22,11 @@ "lodash.get": "^4.4.2", "ouch": "^2.0.0" }, + "engines": { + "node": ">=12.0.0" + }, + "engineStrict": true, "keywords": [ - "ostro", - "framework", - "nodejs framework", - "mvc", "foundation" ], "author": "amar",