Skip to content

Commit

Permalink
Merge pull request #393 from pascalgrimaud/update-package-json
Browse files Browse the repository at this point in the history
Update package json
  • Loading branch information
pascalgrimaud authored Dec 23, 2021
2 parents 81a71ce + 53c4eba commit f9425d6
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
{
"name": "jhlite",
"version": "0.0.3-SNAPSHOT",
"private": true,
"description": "JHipster Lite",
"license": "UNLICENSED",
"homepage": "https://www.jhipster.tech/",
"bugs": "https://github.com/jhipster/jhipster-lite/issues",
"repository": {
"type": "git",
"url": "git://github.com/jhipster/jhipster-lite.git"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/generator-jhipster"
},
"license": "Apache-2.0",
"scripts": {
"prepare": "husky install",
"prettier:check": "prettier --check \"{,src/**/}*.{md,json,yml,html,js,ts,tsx,css,scss,vue,java,xml}\"",
Expand Down

0 comments on commit f9425d6

Please sign in to comment.