Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Apr 29, 2015
1 parent 551ef01 commit b96e86b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@
"isobject": "^0.2.0"
},
"devDependencies": {
"mocha": "*"
"browserify": "*",
"chai": "*",
"mocha": "*",
"mocha-phantomjs": "*",
"phantomjs": "*",
"uglify-js": "*"
},
"keywords": [
"object",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "is-plain-object",
"description": "Returns true if an object was created by the `Object` constructor.",
"version": "1.0.0",
"version": "2.0.0",
"homepage": "https://github.com/jonschlinkert/is-plain-object",
"author": {
"name": "Jon Schlinkert",
Expand Down

0 comments on commit b96e86b

Please sign in to comment.