Skip to content

Commit

Permalink
fix lint error, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gr0uch committed Sep 9, 2015
1 parent a8070f7 commit bc2f21b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/dispatch/validate_records.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { includes } from '../common/array_proxy'
import { BadRequestError } from '../common/errors'
import {
primary as primaryKey,
link as linkKey,
inverse as inverseKey,
isArray as isArrayKey
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": "fortune",
"description": "High-level I/O for web applications.",
"version": "1.3.6",
"version": "1.3.7",
"license": "MIT",
"author": {
"email": "[email protected]",
Expand Down

0 comments on commit bc2f21b

Please sign in to comment.