Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomek Wiszniewski committed Sep 16, 2015
1 parent a9fe22c commit 394e320
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
::drop()
========

**Drop a property from the `this` object.**
**Return the `this` object stripped of some properties.**

<a id="/example"></a>&nbsp;

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "this-drop",
"version": "0.0.0-work-in-progress",
"description": "Drop a property from the `this` object.",
"description": "Return the `this` object stripped of some properties.",
"dependencies": {},
"scripts": {
"clean": "git reset && echo '/node_modules/' > .gitignore && git add .gitignore && git stash save --include-untracked --keep-index '`npm run clean` trash can' && git clean --force -d && git reset --hard && echo '\nclean: Uncommitted and ignored files have been moved to git’s stash. To restore them run `git stash pop --quiet; git checkout .gitignore`.'",
Expand Down Expand Up @@ -45,6 +45,7 @@
"exclude",
"remove",
"delete",
"strip",
"immutable",
"key",
"keys",
Expand Down

0 comments on commit 394e320

Please sign in to comment.