Skip to content

Commit

Permalink
fixed package name and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Réal Provencher committed Mar 11, 2016
1 parent 01d85b8 commit 5273169
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quill",
"version": "0.20.1",
"name": "lever-quill",
"version": "1.0.0",
"description": "Cross browser rich text editor",
"author": "Jason Chen <[email protected]>",
"homepage": "http://quilljs.com",
Expand Down Expand Up @@ -65,10 +65,10 @@
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/quilljs/quill"
"url": "https://github.com/lever/quill"
},
"bugs": {
"url": "https://github.com/quilljs/quill/issues"
"url": "https://github.com/lever/quill/issues"
},
"scripts": {
"prepublish": "grunt dist",
Expand Down

0 comments on commit 5273169

Please sign in to comment.