Skip to content

Commit

Permalink
Fix case in lodash import. Close #2
Browse files Browse the repository at this point in the history
  • Loading branch information
YoruNoHikage committed Sep 16, 2016
1 parent a9299f5 commit 1b7053b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const fs = require('fs');
const path = require('path');
const defaultsDeep = require('lodash.defaultsDeep');
const defaultsDeep = require('lodash.defaultsdeep');
const entries = require('lodash.topairs');
const yargs = require('yargs');
const AWS = require('aws-sdk');
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": "apex-api-gateway",
"version": "0.2.0",
"version": "0.2.1",
"licence": "MIT",
"description": "Create and deploy your Apex project on AWS API Gateway using Swagger configuration",
"keywords": [
Expand Down

0 comments on commit 1b7053b

Please sign in to comment.