Skip to content

Commit 16ff9d5

Browse files
committed
add license info
1 parent 4018746 commit 16ff9d5

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

package.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
{
22
"name": "vue-spa-project",
33
"version": "1.0.0",
4-
"description": "基于Vue.js技术栈的教务管理系统 Demo",
4+
"description": "基于Vue.js技术栈的管理系统 Demo",
55
"author": "super_xp@126.com",
6-
"private": true,
6+
"keywords": [
7+
"vue.js",
8+
"spa",
9+
"vue-demo"
10+
],
11+
"repository": {
12+
"type": "git",
13+
"url": "https://github.com/xiaoping6688/vue-spa-project"
14+
},
15+
"license": "MIT",
16+
"private": false,
717
"scripts": {
818
"dev": "node build/dev-server.js",
919
"build": "node build/build.js",

0 commit comments

Comments
 (0)