Skip to content

Commit

Permalink
Update README and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruslan Kazakov authored and Ruslan Kazakov committed Apr 9, 2017
1 parent 9ebb62b commit 17e9914
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 19 deletions.
35 changes: 23 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,28 +54,39 @@ body {

### Output
```html
<html amp=""><head><style amp-custom="">body{background-color:#FFF}</style></head><amp-img src="image.png" width="600" height="400"></amp-img></html>
<html amp="">
<head>
<style amp-custom="">body{background-color:#FFF}</style>
</head>
<amp-img src="image.png" width="600" height="400"></amp-img>
</html>
```

## Release History

* 0.2.5
* UPDATE: head tag charset order
* UPDATE: remove invalid img tag
* UPDATE: unit tests
* UPDATE: readme documentation
* UPDATE: package.json
* 0.2.4
* UPDATE: package.json
* 0.2.3
* ADD: meta tag viewport
* ADD: style amp-boilerplate
* ADD: meta tag viewport
* ADD: style amp-boilerplate
* 0.2.2
* ADD: meta tag charset
* ADD: AMP library script tag
* BUG: Options parameter not passing
* ADD: meta tag charset
* ADD: AMP library script tag
* BUG: Options parameter not passing
* 0.2.1
* ADD: inline styles
* ADD: amp-img tag
* ADD: amp-video tag
* ADD: unit tests
* ADD: inline styles
* ADD: amp-img tag
* ADD: amp-video tag
* ADD: unit tests
* 0.1.0
* ADD: AMP HTML tag
* Work in progress
* ADD: AMP HTML tag
* Work in progress

## Licence
MIT (c) Ruslan Kazakov
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ampify",
"version": "0.2.4",
"version": "0.2.5",
"description": "Convert plain HTML to Google Accelerated Mobile Pages (AMP)",
"main": "index.js",
"author": {
Expand Down Expand Up @@ -28,15 +28,15 @@
},
"homepage": "https://github.com/rkazakov/ampify#readme",
"dependencies": {
"cheerio": "^0.20.0",
"clean-css": "^3.4.12",
"image-size": "^0.4.0",
"sync-request": "^3.0.0"
"cheerio": "^0.22.0",
"clean-css": "^4.0.11",
"image-size": "^0.5.1",
"sync-request": "^4.0.2"
},
"devDependencies": {
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-eslint": "^1.1.1",
"gulp-mocha": "^2.2.0"
"gulp-eslint": "^3.0.1",
"gulp-mocha": "^4.3.0"
}
}

0 comments on commit 17e9914

Please sign in to comment.