Skip to content

Commit 99a391e

Browse files
committed
update package.json to publish on npm registry summernote#833
npm-registroy only accept lower-caed name.
1 parent 79b50f5 commit 99a391e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
{
2-
"name": "Summernote",
2+
"name": "summernote",
33
"description": "Super Simple WYSIWYG Editor on Bootstrap",
44
"version": "0.6.0",
5+
"keywords": [
6+
"editor",
7+
"bootstrap",
8+
"WYSIWYG"
9+
],
510
"repository": {
611
"type": "git",
712
"url": "https://github.com/HackerWins/summernote.git"

0 commit comments

Comments
 (0)