adjective-animal
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -0,2 +1,7 @@ | ||
# 1.0.2 | ||
* add tonic and badge | ||
# 1.0.1 | ||
* add bin | ||
@@ -3,0 +8,0 @@ |
{ | ||
"name": "adjective-animal", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Generate an adjective-animal name !", | ||
"main": "index.js", | ||
"tonicExampleFilename": "example.js", | ||
"scripts": { | ||
@@ -7,0 +8,0 @@ "test": "echo \"Error: no test specified\" && exit 1", |
# adjective-animal | ||
[](http://badge.fury.io/js/adjective-animal) | ||
[](https://tonicdev.com/npm/adjective-animal) | ||
Generate an adjective-animal name ! | ||
@@ -6,2 +9,6 @@ | ||
`npm install -g adjective-animal` and then `adjective-animal` | ||
Or use it as a module: | ||
```js | ||
@@ -8,0 +15,0 @@ const adjectiveAnimal=require("adjective-animal"); |
15842
17