Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fradav committed Mar 7, 2017
1 parent 671e5f4 commit d581cd6
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
{
"name": "justlazy",
"main": "src/justlazy.js",
"author": "Fabian Hoffmann",
"description": "Lightweight javascript plugin to lazy load images",
"version": "1.6.0",
"homepage": "http://fhopeman.github.io/justlazy",
"repository": {
"type": "git",
"url": "https://github.com/fhopeman/justlazy"
},
"bugs": {
"url": "https://github.com/fhopeman/justlazy/issues"
},
"keywords": [
"lazy",
"load",
"loading",
"image",
"images"
],
"license": "MIT",
"devDependencies": {
"grunt": "~1.0.1",
"grunt-cli": "~1.2.0",
"grunt-contrib-connect": "~1.0.2",
"grunt-contrib-jasmine": "~1.0.3",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-uglify": "~2.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-saucelabs": "~9.0.0"
},
"scripts": {
"test": "grunt travis-ci"
}
}
"name": "justlazy",
"main": "src/justlazy.js",
"author": "Fabian Hoffmann",
"description": "Lightweight javascript plugin to lazy load images",
"version": "1.6.1",
"homepage": "http://fhopeman.github.io/justlazy",
"repository": {
"type": "git",
"url": "https://github.com/fhopeman/justlazy"
},
"bugs": {
"url": "https://github.com/fhopeman/justlazy/issues"
},
"keywords": [
"lazy",
"load",
"loading",
"image",
"images"
],
"license": "MIT",
"devDependencies": {
"grunt": "~1.0.1",
"grunt-cli": "~1.2.0",
"grunt-contrib-connect": "~1.0.2",
"grunt-contrib-jasmine": "~1.0.3",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-uglify": "~2.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-saucelabs": "~9.0.0"
},
"scripts": {
"test": "grunt travis-ci"
}
}

0 comments on commit d581cd6

Please sign in to comment.