Skip to content

Commit

Permalink
update package json
Browse files Browse the repository at this point in the history
  • Loading branch information
ostrojs committed Nov 25, 2021
1 parent cae9cce commit dbaf43f
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@ostro/ostro",
"version": "0.0.0-alpha.1",
"private": true,
"version": "0.0.0-alpha.2",
"description" : "OstroJS MVC framework for NodeJS",
"keywords": ["framework", "ostrojs", "mvc"],
"author": "amar",
Expand All @@ -24,5 +23,17 @@
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"postcss": "^8.1.14"
}
},
"engines": {
"node": ">=12.0.0"
},
"engineStrict": true,
"repository": {
"type": "git",
"url": "git+https://github.com/ostrojs/ostro.git"
},
"bugs": {
"url": "https://github.com/ostrojs/ostro/issues"
},
"homepage": "https://github.com/ostrojs/ostro#readme"
}

0 comments on commit dbaf43f

Please sign in to comment.