Skip to content

Commit

Permalink
Merge f75bb61 into 87bc7d5
Browse files Browse the repository at this point in the history
  • Loading branch information
troyharvey committed Nov 15, 2016
2 parents 87bc7d5 + f75bb61 commit 0e63bee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
},

createSync: (objectName) => {
return this.create(objectName, true);
return module.exports.create(objectName, true);
},

tearDown: (objects) => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cufflink",
"version": "1.2.0",
"version": "1.2.1",
"description": "A command tool to help generate seed data based on your object schema in your applications",
"main": "src/cufflink.js",
"directories": {
Expand Down

0 comments on commit 0e63bee

Please sign in to comment.