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 ed8c023 commit c0d0389
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 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/ostro "npm"
[npm-url]: https://npmjs.org/package/@ostro/ostro "npm"

[license-image]: https://img.shields.io/github/license/ostrojs/ostro
[license-url]: LICENSE.md "license"
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"name": "@ostro/ostro",
"version": "0.0.0-alpha.0",
"engines": {
"node": ">= 12.0"
},
"version": "0.0.0-alpha.1",
"private": true,
"description" : "OstroJS MVC framework",
"scripts": {
"dev": "npm run development",
"development": "mix",
Expand All @@ -14,7 +13,7 @@
"production": "mix --production"
},
"dependencies": {
"@ostro/framework": "^0.0.0-alpha.0"
"@ostro/framework": "^0.0.0-alpha"
},
"devDependencies": {
"@popperjs/core": "^2.10.2",
Expand Down

0 comments on commit c0d0389

Please sign in to comment.