Skip to content

Commit

Permalink
add repository and license to package.json
Browse files Browse the repository at this point in the history
to fix these warnings

> npm WARN [email protected] No repository field.
> npm WARN [email protected] No license field.
  • Loading branch information
lwr committed Jan 13, 2017
1 parent 9b195e7 commit c210f3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
"name" : "KindEditor",
"version" : "4.1.11",
"filename" : "kindeditor",
"repository" : "kindsoft/kindeditor",
"devDependencies" : {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-compress": "~0.5.3"
}
},
"license" : "LGPL-2.1"
}

0 comments on commit c210f3a

Please sign in to comment.