Skip to content

Commit

Permalink
fixed import, version bumped
Browse files Browse the repository at this point in the history
  • Loading branch information
capaj committed Jan 11, 2016
1 parent e7fb1d2 commit 0b4e489
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slyer",
"version": "1.7.0",
"version": "1.7.1",
"main": "slyer",
"scripts": {
"precommit": "npm test",
Expand Down
2 changes: 1 addition & 1 deletion slyer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import $ from 'jquery'
import defaults from 'defaults'
import defaults from './defaults'

const namespace = 'sly'
const w = window
Expand Down

0 comments on commit 0b4e489

Please sign in to comment.