Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour committed May 31, 2017
1 parent aa8ff0f commit 1c99e7e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medium-zoom",
"version": "0.1.3",
"version": "0.1.4",
"description": "Medium-like zoom on your pictures in vanilla JavaScript",
"license": "MIT",
"repository": "francoischalifour/medium-zoom",
Expand All @@ -22,8 +22,12 @@
"lint:fix"
],
"babel": {
"presets": ["es2015"],
"plugins": ["transform-object-assign"]
"presets": [
"es2015"
],
"plugins": [
"transform-object-assign"
]
},
"standard": {
"ignore": [
Expand Down

0 comments on commit 1c99e7e

Please sign in to comment.