diff options
-rw-r--r-- | package.json | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/package.json b/package.json index 148cdec..af4764f 100644 --- a/package.json +++ b/package.json @@ -1,19 +1,16 @@ { "name": "awesomplete", - "version": "1.0.0", + "version": "0.0.0", "description": "http://leaverou.github.io/awesomplete/", "main": "awesomplete.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "repository": { - "type": "git", - "url": "https://github.com/LeaVerou/awesomplete.git" - }, - "author": "", - "license": "ISC", + "repository": "LeaVerou/awesomplete", + "author": "Lea Verou", + "license": "MIT", "bugs": { "url": "https://github.com/LeaVerou/awesomplete/issues" }, - "homepage": "https://github.com/LeaVerou/awesomplete" + "homepage": "https://leaverou.github.io/awesomplete/" } |