Skip to content

Commit

Permalink
feat: 提交"license": "Apache License 2.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
MarleneJiang committed Feb 15, 2023
1 parent 5e815cb commit 1d2f039
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"private": true,
"private": false,
"version": "0.1.0",
"description": "JueJin CMS",
"scripts": {
Expand Down Expand Up @@ -30,5 +30,5 @@
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
"license": "Apache License 2.0"
}
5 changes: 3 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "frontend",
"version": "1.0.0",
"private": true,
"private": false,
"scripts": {
"build": "nuxi build",
"dev": "nuxi dev",
Expand Down Expand Up @@ -61,5 +61,6 @@
"**/*.{js,ts,vue,html}": [
"eslint --max-warnings=0"
]
}
},
"license": "Apache License 2.0"
}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.5.0",
"description": "",
"main": "index.ts",
"private": true,
"private": false,
"scripts": {
"dev": "npx turbo dev",
"prepare": "husky install",
Expand All @@ -22,5 +22,6 @@
"husky": "^8.0.3",
"nuxt": "^3.0.0",
"turbo": "^1.7.2"
}
},
"license": "Apache License 2.0"
}

0 comments on commit 1d2f039

Please sign in to comment.