Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Nov 25, 2023
1 parent 46c5f78 commit ae3cf34
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@knadh/autocomp",
"version": "0.1.2",
"description": "A tiny, zero-dependency, autocomplete / autosuggestion library.",
"main": "autocomp.js",
"name": "@knadh/floatype",
"version": "0.1.0",
"description": "A tiny, zero-dependency, floating autocomplete / autosuggestion widget for textarea.",
"main": "floatype.js",
"files": [
"autocomp.js"
"floatype.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/knadh/autocomp.js.git"
"url": "git+https://github.com/knadh/floatype.js.git"
},
"keywords": [
"autocomplete",
Expand All @@ -23,9 +23,9 @@
"author": "Kailash Nadh",
"license": "MIT",
"bugs": {
"url": "https://github.com/knadh/autocomp.js/issues"
"url": "https://github.com/knadh/floatype.js/issues"
},
"homepage": "https://github.com/knadh/autocomp.js#readme",
"homepage": "https://github.com/knadh/floatype.js#readme",
"publishConfig": {
"access": "public"
}
Expand Down

0 comments on commit ae3cf34

Please sign in to comment.