@aofl/picture
Advanced tools
Comparing version 3.0.0-beta.5 to 3.0.0-beta.6
const path = require('path'); | ||
module.exports = { | ||
name: '@aofl/select', | ||
name: '@aofl/picture', | ||
mode: 'stand-alone', | ||
@@ -6,0 +6,0 @@ build: { |
{ | ||
"name": "@aofl/picture", | ||
"version": "3.0.0-beta.5", | ||
"version": "3.0.0-beta.6", | ||
"description": "`<aofl-picture>` serves as a container for zero or more `<aofl-source>` and one `<aofl-img>` elements to provide versions of an image for different display sizes. Display size specific sources are defined using the media attribute of the `aofl-source` element. `<aofl-img>` embeds an image into the document. It behaves similarly to `<img>` with the addition of lazy loading images as they scroll near the visible area of the screen. The current formula is 2x height or width. In addition to this `<aofl-img>` can be combined with `<aofl-picture>` and `<aofl-source>` to provide different images for different display sizes. AoflSource component must be used as a child of aofl-picture and specifies images for different media queries.", | ||
@@ -10,3 +10,3 @@ "main": "dist/index.js", | ||
"build:dev": "cross-env NODE_ENV=development npx aofl build", | ||
"prepublish": "npm run build" | ||
"prepublishOnly": "npm run build" | ||
}, | ||
@@ -35,12 +35,12 @@ "repository": { | ||
"peerDependencies": { | ||
"@aofl/component-utils": ">2.0.0", | ||
"@aofl/element": "0.0.0" | ||
"@aofl/component-utils": ">= 3.0.0-beta.1 < 4.0.0", | ||
"@aofl/element": ">= 3.0.0-beta.5 < 4.0.0" | ||
}, | ||
"devDependencies": { | ||
"@aofl/cli": "^3.0.0-beta.3", | ||
"@aofl/component-utils": "^3.0.0-beta.1", | ||
"@aofl/element": "^3.0.0-beta.5", | ||
"@aofl/cli": "^3.0.0-beta.6", | ||
"@aofl/component-utils": "^3.0.0-beta.6", | ||
"@aofl/element": "^3.0.0-beta.6", | ||
"cross-env": "^6.0.3" | ||
}, | ||
"gitHead": "6eab96d111f1ebe9e5c5cff00cf108d46ac4ee19" | ||
"gitHead": "23e8e9dd00e515c9305baf320436e43f51d7edd3" | ||
} |
42368