Skip to content

Commit

Permalink
chore: updated package.json for np
Browse files Browse the repository at this point in the history
  • Loading branch information
vinhvn committed Jun 5, 2021
1 parent 0c6845e commit c6a40ef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Empty file added .npmignore
Empty file.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
{
"name": "randimals",
"version": "1.0.0",
"version": "0.0.1",
"description": "Generate unique animal IDs for your projects",
"main": "./lib/index.ts",
"homepage": "https://github.com/vinhvn/randimals",
"repository": "https://github.com/vinhvn/randimals",
"author": "vinhvn",
"license": "MIT",
"scripts": {
"build": "gulp",
"test": "jest --watch",
"test": "jest",
"coverage": "jest --coverage"
},
"keywords": [
"random",
"animals",
"adjectives",
"nouns"
],
"devDependencies": {
"@types/gulp": "^4.0.8",
"@types/gulp-minify": "^3.1.0",
Expand Down

0 comments on commit c6a40ef

Please sign in to comment.