Skip to content

Commit

Permalink
1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kingdido999 committed Jun 12, 2017
1 parent 41e9019 commit b45655c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zooming",
"version": "1.1.6",
"version": "1.1.7",
"homepage": "https://github.com/kingdido999/zooming",
"authors": [
"Desmond Ding <[email protected]>"
Expand Down
4 changes: 4 additions & 0 deletions build/zooming.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/zooming.js.map

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zooming",
"version": "1.1.6",
"version": "1.1.7",
"description": "Image zoom that makes sense.",
"main": "build/zooming.js",
"repository": {
Expand All @@ -13,7 +13,6 @@
"grab",
"javascript"
],
"dependencies": {},
"scripts": {
"test": "node scripts/test.js",
"watch": "node scripts/build.js",
Expand All @@ -32,7 +31,7 @@
"documentation": "^4.0.0-beta.18",
"mocha": "^3.2.0",
"open": "^0.0.5",
"rollup": "^0.41.6",
"rollup": "^0.42.0",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-eslint": "^3.0.0",
"rollup-plugin-uglify": "^1.0.2",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3221,9 +3221,9 @@ rollup-watch@^3.2.2:
dependencies:
require-relative "0.8.7"

rollup@^0.41.6:
version "0.41.6"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.41.6.tgz#e0d05497877a398c104d816d2733a718a7a94e2a"
rollup@^0.42.0:
version "0.42.0"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.42.0.tgz#56e791b3a2f3dd7190bbb80a375675f2fe0f9b23"
dependencies:
source-map-support "^0.4.0"

Expand Down

0 comments on commit b45655c

Please sign in to comment.