This commit is contained in:
Drew Warren 2017-07-10 11:54:55 -06:00
parent 8b87f2848b
commit 3b5f24e02e
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "human-readable-ids", "name": "human-readable-ids",
"main": "index.js", "main": "index.js",
"version": "1.0.1", "version": "1.0.2",
"homepage": "https://github.com/coolaj86/human-readable-ids-js", "homepage": "https://github.com/coolaj86/human-readable-ids-js",
"authors": [ "authors": [
"AJ ONeal <awesome@coolaj86.com>" "AJ ONeal <awesome@coolaj86.com>"

View File

@ -1,6 +1,6 @@
{ {
"name": "human-readable-ids", "name": "human-readable-ids",
"version": "1.0.1", "version": "1.0.2",
"description": "Generate human-readable ids from lists of easy-to-spell nouns and adjectives", "description": "Generate human-readable ids from lists of easy-to-spell nouns and adjectives",
"main": "index.js", "main": "index.js",
"dependencies": { "dependencies": {
@ -8,8 +8,8 @@
}, },
"devDependencies": {}, "devDependencies": {},
"scripts": { "scripts": {
"test": "node tests/run-in-node.js" "test": "node tests/run-in-node.js",
, "prepublish": "node src/generate-lists" "prepublish": "node src/generate-lists"
}, },
"repository": { "repository": {
"type": "git", "type": "git",