Skip to content

Commit

Permalink
lowercase npm keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri committed Mar 20, 2015
1 parent 17714e3 commit 95c505c
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@
"main": "./src/index.js",
"bin": "./bin/httpsnippet",
"keywords": [
"API",
"cURL",
"Go",
"HAR",
"HTTP",
"HTTPie",
"Java",
"Objective-c",
"OCaml",
"Php",
"Python",
"Request",
"Requests",
"Ruby",
"Snippet",
"Swift",
"Unirest",
"XHR",
"XMLHttpRequest"
"api",
"curl",
"go",
"har",
"http",
"httpie",
"java",
"objective-c",
"ocaml",
"php",
"python",
"request",
"requests",
"ruby",
"snippet",
"swift",
"unirest",
"xhr",
"xmlhttprequest"
],
"engines": {
"node": ">=0.12"
Expand Down

0 comments on commit 95c505c

Please sign in to comment.