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 ec6c354..84bdd05 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/cookie "npm" +[npm-url]: https://npmjs.org/package/@ostro/cookie "npm" [license-image]: https://img.shields.io/github/license/ostrojs/cookie [license-url]: LICENSE.md "license" \ No newline at end of file diff --git a/package.json b/package.json index db791df..7b711a9 100644 --- a/package.json +++ b/package.json @@ -1,24 +1,24 @@ { "name": "@ostro/cookie", "version": "0.0.0-alpha.0", - "description": "easy to access and store cookie for nodejs", - "engines": { - "node": ">= 12.0" - }, + "description": "Cookie module for OstroJS", "main": "jar.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "@ostro/support": "^0.0.0-alpha.0", - "@ostro/contracts": "^0.0.0-alpha.0", + "@ostro/support": "^0.0.0-alpha", + "@ostro/contracts": "^0.0.0-alpha", "cookie": "^0.4.0", "cookie-signature": "^1.1.0", "lodash.set": "^4.3.2" }, + "engines": { + "node": ">=12.0.0" + }, + "engineStrict": true, "keywords": [ - "cookie", - "http cookie" + "cookie" ], "author": "amar", "license": "MIT",