Skip to content

Commit

Permalink
Ups to version 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Mclaren committed Jun 2, 2016
1 parent 75f8afe commit bf83311
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fetchDot",
"version": "0.5.0",
"name": "fetch-dot",
"version": "1.0.0",
"description": "A pure function that allows you to retrieve a member of an object or an array utilizing dot notation",
"author": "Mike Mclaren <mike@dialexa.com>",
"homepage": "https://github.com/mikemclaren/fetch-dot",
Expand All @@ -15,6 +15,17 @@
"scripts": {
"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"keywords": [
"dot",
"notation",
"dotnotation",
"dot-notation",
"fetch",
"fetchDot",
"string",
"object",
"array"
],
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.9",
Expand Down

0 comments on commit bf83311

Please sign in to comment.