Browse Source

fix package keywords version bump

pull/2/merge v0.1.1
Brett Langdon 13 years ago
parent
commit
7169561065
1 changed files with 4 additions and 5 deletions
  1. +4
    -5
      package.json

+ 4
- 5
package.json View File

@ -1,6 +1,6 @@
{ {
"name": "dogapi", "name": "dogapi",
"version": "0.1.0",
"version": "0.1.1",
"description": "Datadog API Node.JS Client", "description": "Datadog API Node.JS Client",
"main": "lib/index.js", "main": "lib/index.js",
"scripts": { "scripts": {
@ -13,11 +13,10 @@
"keywords": [ "keywords": [
"datadog", "datadog",
"api", "api",
"datadog",
"api",
"dog",
"datadog api",
"dog", "dog",
"api"
"dogapi",
"dog api"
], ],
"author": "Brett Langdon <brett@blangdon.com> (http://brett.is)", "author": "Brett Langdon <brett@blangdon.com> (http://brett.is)",
"license": "MIT", "license": "MIT",


Loading…
Cancel
Save