Browse Source

v1.0.2

master v1.0.2
Drew Warren 7 years ago
parent
commit
3b5f24e02e
  1. 2
      bower.json
  2. 6
      package.json

2
bower.json

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

6
package.json

@ -1,6 +1,6 @@
{
"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",
"main": "index.js",
"dependencies": {
@ -8,8 +8,8 @@
},
"devDependencies": {},
"scripts": {
"test": "node tests/run-in-node.js"
, "prepublish": "node src/generate-lists"
"test": "node tests/run-in-node.js",
"prepublish": "node src/generate-lists"
},
"repository": {
"type": "git",

Loading…
Cancel
Save