Skip to content

Commit

Permalink
package.json and rename license
Browse files Browse the repository at this point in the history
  • Loading branch information
ostrojs committed Nov 16, 2021
1 parent 26fc251 commit 0082b55
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0082b55

Please sign in to comment.