Skip to content

Commit

Permalink
Merge pull request #15 from arshadkazmi42/version-bump
Browse files Browse the repository at this point in the history
Package only index.js for npm, bump version to v1.0.3
  • Loading branch information
arshadkazmi42 authored Aug 18, 2019
2 parents 10bb7a7 + 7590ee8 commit 4bd5929
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "ak-hasattr",
"version": "1.0.2",
"version": "1.0.3",
"description": "Search key exists, in a deep json object ",
"main": "index.js",
"scripts": {
"pretest": "eslint --ignore-path .gitignore .",
"test": "node_modules/mocha/bin/mocha test/"
},
"files": [
"index.js"
],
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.11.1",
Expand All @@ -23,7 +26,9 @@
"jsonhas",
"jsonattribute",
"jsonattr",
"jsoncontains"
"jsoncontains",
"json",
"hasattr"
],
"author": "Arshad Kazmi",
"license": "MIT",
Expand Down

0 comments on commit 4bd5929

Please sign in to comment.