Skip to content

Commit

Permalink
feat: setup npm and github keys on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Badini committed Jul 19, 2019
1 parent 3121ddc commit 93d3e38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "detect-autofill",
"version": "0.0.0",
"version": "0.0.0-development",
"description": "Small javascript library to detect and even prevent browsers autofill of form elements. Usefull for implementing floating labels or applying custom logics/styles.",
"main": "dist/detect-autofill.js",
"scripts": {
Expand All @@ -17,7 +17,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/matteobad/detect-autofill.git"
"url": "https://github.com/matteobad/detect-autofill.git"
},
"keywords": [
"autocomplete",
Expand Down

0 comments on commit 93d3e38

Please sign in to comment.